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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c1296 UINT8 VendorOptLen; local
1329 VendorOptLen = (UINT8) ((sizeof (EFI_DHCP4_PACKET_OPTION) - 1) * 2 + sizeof (PXEBC_OPTION_BOOT_ITEM) + 1);
1330 OptList[OptCount] = AllocateZeroPool (VendorOptLen);
1336 OptList[OptCount]->Length = (UINT8) (VendorOptLen - 2);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c1122 UINT8 VendorOptLen; local
1151 VendorOptLen = (UINT8) ((sizeof (EFI_DHCP4_PACKET_OPTION) - 1) * 2 + sizeof (PXEBC_OPTION_BOOT_ITEM) + 1);
1152 OptList[OptCount] = AllocatePool (VendorOptLen);
1158 OptList[OptCount]->Length = (UINT8) (VendorOptLen - 2);

Completed in 39 milliseconds