Searched refs:PxeOfferTypeDhcpOnly (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c582 OfferType = PxeOfferTypeDhcpOnly;
871 } else if (Private->OfferCount[PxeOfferTypeDhcpOnly] > 0 &&
876 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][0] + 1;
879 } else if (Private->OfferCount[PxeOfferTypeDhcpOnly] > 0 &&
884 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][0] + 1;
893 } else if (Private->OfferCount[PxeOfferTypeDhcpOnly] > 0 &&
898 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][0] + 1;
905 for (Index = 0; Index < Private->OfferCount[PxeOfferTypeDhcpOnly]; Index++) {
906 OfferIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][Index];
938 Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeDhcpOnly
[all...]
H A DPxeBcDhcp6.c531 OfferType = PxeOfferTypeDhcpOnly;
1019 } else if (Private->OfferCount[PxeOfferTypeDhcpOnly] > 0 &&
1024 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][0] + 1;
1027 } else if (Private->OfferCount[PxeOfferTypeDhcpOnly] > 0 &&
1032 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][0] + 1;
1041 } else if (Private->OfferCount[PxeOfferTypeDhcpOnly] > 0 &&
1046 Private->SelectIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][0] + 1;
1053 for (Index = 0; Index < Private->OfferCount[PxeOfferTypeDhcpOnly]; Index++) {
1054 OfferIndex = Private->OfferIndex[PxeOfferTypeDhcpOnly][Index];
1077 OfferType == PxeOfferTypeDhcpOnly
[all...]
H A DPxeBcDhcp4.h117 PxeOfferTypeDhcpOnly, enumerator in enum:__anon12566

Completed in 883 milliseconds