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 != DHCP4_TAG_EOP)) { in PxeBcParseVendorOptions()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.c1491 UINT8 VendorOptionLen; in PxeBcParseVendorOptions() local
1496 VendorOptionLen = Dhcp4Option->Length; in PxeBcParseVendorOptions()
1500 while ((Offset < VendorOptionLen) && (PxeOption->OpCode != DHCP4_TAG_EOP)) { in PxeBcParseVendorOptions()