iPXE
|
Union type for command parameter blocks. More...
Data Fields | |
PXE_CPB_STATION_ADDRESS | station_address |
PXE_CPB_FILL_HEADER | fill_header |
PXE_CPB_FILL_HEADER_FRAGMENTED | fill_header_fragmented |
PXE_CPB_TRANSMIT | transmit |
PXE_CPB_RECEIVE | receive |
PXE_CPB_STATION_ADDRESS PXE_CPB_ANY::station_address |
Definition at line 898 of file efi_snp.c.
Referenced by efi_undi_issue().
PXE_CPB_FILL_HEADER PXE_CPB_ANY::fill_header |
Definition at line 899 of file efi_snp.c.
Referenced by efi_undi_fill_header().
PXE_CPB_FILL_HEADER_FRAGMENTED PXE_CPB_ANY::fill_header_fragmented |
Definition at line 900 of file efi_snp.c.
Referenced by efi_undi_fill_header().
PXE_CPB_TRANSMIT PXE_CPB_ANY::transmit |
Definition at line 901 of file efi_snp.c.
Referenced by efi_undi_issue().
PXE_CPB_RECEIVE PXE_CPB_ANY::receive |
Definition at line 902 of file efi_snp.c.
Referenced by efi_undi_issue().