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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootDhcp4.c267 HTTP_BOOT_OFFER_TYPE OfferType; local
409 OfferType = HttpOfferTypeProxyIpUri;
411 OfferType = IsDnsOffer ? HttpOfferTypeDhcpIpUriDns : HttpOfferTypeDhcpIpUri;
415 OfferType = IsDnsOffer ? HttpOfferTypeDhcpNameUriDns : HttpOfferTypeDhcpNameUri;
417 OfferType = HttpOfferTypeProxyNameUri;
423 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly;
429 Cache4->OfferType = OfferType;
450 HTTP_BOOT_OFFER_TYPE OfferType; local
475 OfferType
[all...]
H A DHttpBootDhcp6.c186 HTTP_BOOT_OFFER_TYPE OfferType; local
302 OfferType = HttpOfferTypeProxyIpUri;
304 OfferType = IsDnsOffer ? HttpOfferTypeDhcpIpUriDns : HttpOfferTypeDhcpIpUri;
308 OfferType = IsDnsOffer ? HttpOfferTypeDhcpNameUriDns : HttpOfferTypeDhcpNameUri;
310 OfferType = HttpOfferTypeProxyNameUri;
316 OfferType = IsDnsOffer ? HttpOfferTypeDhcpDns : HttpOfferTypeDhcpOnly;
322 Cache6->OfferType = OfferType;
370 HTTP_BOOT_OFFER_TYPE OfferType; local
394 OfferType
[all...]
H A DHttpBootDhcp6.h88 HTTP_BOOT_OFFER_TYPE OfferType; member in struct:__anon9536
H A DHttpBootDhcp4.h207 HTTP_BOOT_OFFER_TYPE OfferType; member in struct:__anon9528
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcBoot.c76 UINT32 OfferType; local
87 OfferType = Mode->UsingIpv6 ? Cache->Dhcp6.OfferType : Cache->Dhcp4.OfferType;
92 if (OfferType != PxeOfferTypeProxyPxe10 && OfferType != PxeOfferTypeDhcpPxe10) {
280 UINT32 OfferType; local
298 OfferType = Mode->UsingIpv6 ? Cache->Dhcp6.OfferType : Cache->Dhcp4.OfferType;
[all...]
H A DPxeBcDhcp6.h114 PXEBC_OFFER_TYPE OfferType; member in struct:__anon9669
H A DPxeBcDhcp4.c465 PXEBC_OFFER_TYPE OfferType; local
582 OfferType = PxeOfferTypeBootp;
597 OfferType = IsProxyOffer ? PxeOfferTypeProxyPxe10 : PxeOfferTypeDhcpPxe10;
608 OfferType = IsProxyOffer ? PxeOfferTypeProxyBinl : PxeOfferTypeDhcpBinl;
613 OfferType = PxeOfferTypeDhcpOnly;
617 Cache4->OfferType = OfferType;
733 ASSERT (Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeDhcpBinl ||
734 Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeProxyBinl);
783 if (Cache4->OfferType !
821 PXEBC_OFFER_TYPE OfferType; local
1035 PXEBC_OFFER_TYPE OfferType; local
[all...]
H A DPxeBcDhcp4.h276 PXEBC_OFFER_TYPE OfferType; member in struct:__anon9660
H A DPxeBcDhcp6.c660 PXEBC_OFFER_TYPE OfferType; local
738 OfferType = IsProxyOffer ? PxeOfferTypeProxyBinl : PxeOfferTypeDhcpBinl;
743 OfferType = PxeOfferTypeDhcpOnly;
746 Cache6->OfferType = OfferType;
1075 ASSERT (Private->OfferBuffer[Index].Dhcp6.OfferType == PxeOfferTypeDhcpBinl ||
1076 Private->OfferBuffer[Index].Dhcp6.OfferType == PxeOfferTypeProxyBinl);
1081 if (Offer->OfferType == PxeOfferTypeDhcpBinl) {
1122 if (Cache6->OfferType != PxeOfferTypeProxyPxe10 &&
1123 Cache6->OfferType !
1160 PXEBC_OFFER_TYPE OfferType; local
1236 PXEBC_OFFER_TYPE OfferType; local
1347 PXEBC_OFFER_TYPE OfferType; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c151 UINT8 OfferType; local
270 OfferType = DHCP4_PACKET_TYPE_BOOTP;
278 OfferType = DHCP4_PACKET_TYPE_PXE10;
289 OfferType = (UINT8) ((CachedPacket->IsPxeOffer) ? DHCP4_PACKET_TYPE_BINL : DHCP4_PACKET_TYPE_DHCP_ONLY);
293 CachedPacket->OfferType = OfferType;
324 ASSERT (Private->Dhcp4Offers[Index].OfferType == DHCP4_PACKET_TYPE_BINL);
372 if ((CachedPacket->OfferType != DHCP4_PACKET_TYPE_PXE10) &&
453 if (SelectedOffer->OfferType == DHCP4_PACKET_TYPE_BINL) {
461 } else if (SelectedOffer->OfferType
596 UINT8 OfferType; local
[all...]
H A DPxeBcDhcp.h242 UINT8 OfferType; member in struct:__anon6902

Completed in 25 milliseconds