Searched defs:OfferType (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcBoot.c75 UINT32 OfferType; local
86 OfferType = Mode->UsingIpv6 ? Cache->Dhcp6.OfferType : Cache->Dhcp4.OfferType;
91 if (OfferType != PxeOfferTypeProxyPxe10) {
266 UINT32 OfferType; local
284 OfferType = Mode->UsingIpv6 ? Cache->Dhcp6.OfferType : Cache->Dhcp4.OfferType;
290 ASSERT (OfferType
[all...]
H A DPxeBcDhcp4.c458 PXEBC_OFFER_TYPE OfferType; local
551 OfferType = PxeOfferTypeBootp;
566 OfferType = IsProxyOffer ? PxeOfferTypeProxyPxe10 : PxeOfferTypeDhcpPxe10;
577 OfferType = IsProxyOffer ? PxeOfferTypeProxyBinl : PxeOfferTypeDhcpBinl;
582 OfferType = PxeOfferTypeDhcpOnly;
586 Cache4->OfferType = OfferType;
683 ASSERT (Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeDhcpBinl ||
684 Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeProxyBinl);
733 if (Cache4->OfferType !
768 PXEBC_OFFER_TYPE OfferType; local
975 PXEBC_OFFER_TYPE OfferType; local
[all...]
H A DPxeBcDhcp6.h134 PXEBC_OFFER_TYPE OfferType; member in struct:__anon12590
H A DPxeBcDhcp6.c450 PXEBC_OFFER_TYPE OfferType; local
526 OfferType = IsProxyOffer ? PxeOfferTypeProxyBinl : PxeOfferTypeDhcpBinl;
531 OfferType = PxeOfferTypeDhcpOnly;
534 Cache6->OfferType = OfferType;
847 ASSERT (Private->OfferBuffer[Index].Dhcp6.OfferType == PxeOfferTypeDhcpBinl ||
848 Private->OfferBuffer[Index].Dhcp6.OfferType == PxeOfferTypeProxyBinl);
853 if (Offer->OfferType == PxeOfferTypeDhcpBinl) {
893 if (Cache6->OfferType != PxeOfferTypeProxyPxe10 &&
894 Cache6->OfferType !
929 PXEBC_OFFER_TYPE OfferType; local
999 PXEBC_OFFER_TYPE OfferType; local
1108 PXEBC_OFFER_TYPE OfferType; local
[all...]
H A DPxeBcDhcp4.h308 PXEBC_OFFER_TYPE OfferType; member in struct:__anon12581
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c136 UINT8 OfferType; local
229 OfferType = DHCP4_PACKET_TYPE_BOOTP;
237 OfferType = DHCP4_PACKET_TYPE_PXE10;
248 OfferType = (UINT8) ((CachedPacket->IsPxeOffer) ? DHCP4_PACKET_TYPE_BINL : DHCP4_PACKET_TYPE_DHCP_ONLY);
252 CachedPacket->OfferType = OfferType;
283 ASSERT (Private->Dhcp4Offers[Index].OfferType == DHCP4_PACKET_TYPE_BINL);
331 if ((CachedPacket->OfferType != DHCP4_PACKET_TYPE_PXE10) &&
411 if (SelectedOffer->OfferType == DHCP4_PACKET_TYPE_BINL) {
419 } else if (SelectedOffer->OfferType
550 UINT8 OfferType; local
[all...]
H A DPxeBcDhcp.h280 UINT8 OfferType; member in struct:__anon11256

Completed in 56 milliseconds