Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c100 UINT8 VendorOptionLen; in PxeBcParseVendorOptions() local
105 VendorOptionLen = Dhcp4Option->Length; in PxeBcParseVendorOptions()
111 while ((Offset < VendorOptionLen) && (PxeOption->OpCode != PXEBC_DHCP4_TAG_EOP)) { in PxeBcParseVendorOptions()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.c1433 UINT8 VendorOptionLen; in PxeBcParseVendorOptions() local
1438 VendorOptionLen = Dhcp4Option->Length; in PxeBcParseVendorOptions()
1442 while ((Offset < VendorOptionLen) && (PxeOption->OpCode != PXEBC_DHCP4_TAG_EOP)) { in PxeBcParseVendorOptions()