Searched defs:PxeBootItem (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c1295 PXEBC_OPTION_BOOT_ITEM *PxeBootItem; local
1340 PxeBootItem = (PXEBC_OPTION_BOOT_ITEM *) PxeOpt->Data;
1341 PxeBootItem->Type = HTONS (Type);
1345 PxeBootItem->Layer = HTONS (*Layer);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c1121 PXEBC_OPTION_BOOT_ITEM *PxeBootItem; local
1162 PxeBootItem = (PXEBC_OPTION_BOOT_ITEM *) PxeOpt->Data;
1163 PxeBootItem->Type = HTONS (Type);
1164 PxeBootItem->Layer = HTONS (*Layer);

Completed in 37 milliseconds