Searched refs:VendorOptLen (Results 1 – 2 of 2) sorted by relevance
1385 UINT8 VendorOptLen; in PxeBcDhcp4Discover() local1418 …VendorOptLen = (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()
1240 UINT8 VendorOptLen; in PxeBcDiscvBootService() local1269 …VendorOptLen = (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()