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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c1385 UINT8 VendorOptLen; local
1418 VendorOptLen = (UINT8) ((sizeof (EFI_DHCP4_PACKET_OPTION) - 1) * 2 + sizeof (PXEBC_OPTION_BOOT_ITEM) + 1);
1419 OptList[OptCount] = AllocateZeroPool (VendorOptLen);
1425 OptList[OptCount]->Length = (UINT8) (VendorOptLen - 2);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c1240 UINT8 VendorOptLen; local
1269 VendorOptLen = (UINT8) ((sizeof (EFI_DHCP4_PACKET_OPTION) - 1) * 2 + sizeof (PXEBC_OPTION_BOOT_ITEM) + 1);
1270 OptList[OptCount] = AllocatePool (VendorOptLen);
1276 OptList[OptCount]->Length = (UINT8) (VendorOptLen - 2);

Completed in 21 milliseconds