Searched refs:PXEBC_DHCP4_TAG_EOP (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.h35 #define PXEBC_DHCP4_TAG_EOP 255 // End Option macro
461 PXEBC_DHCP4_TAG_EOP, or the pointer to the buffer.
H A DPxeBcDhcp.c64 Seed->Dhcp4.Option[0] = PXEBC_DHCP4_TAG_EOP;
1165 PxeOpt->Data[PxeOpt->Length] = PXEBC_DHCP4_TAG_EOP;
1310 PXEBC_DHCP4_TAG_EOP, or the pointer to the buffer.
1326 while (Offset < Length && Option->OpCode != PXEBC_DHCP4_TAG_EOP) {
1371 while ((Offset < VendorOptionLen) && (PxeOption->OpCode != PXEBC_DHCP4_TAG_EOP)) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.h35 #define PXEBC_DHCP4_TAG_EOP 255 // End Option macro
H A DPxeBcDhcp4.c61 while (Offset < Length && Option->OpCode != PXEBC_DHCP4_TAG_EOP) {
111 while ((Offset < VendorOptionLen) && (PxeOption->OpCode != PXEBC_DHCP4_TAG_EOP)) {
417 Seed->Dhcp4.Option[0] = PXEBC_DHCP4_TAG_EOP;
1342 PxeOpt->Data[PxeOpt->Length] = PXEBC_DHCP4_TAG_EOP;

Completed in 52 milliseconds