Home
last modified time | relevance | path

Searched refs:VendorOptLen (Results 1 – 2 of 2) sorted by relevance

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