Searched defs:IsProxyOffer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c460 BOOLEAN IsProxyOffer; local
464 IsProxyOffer = FALSE;
488 IsProxyOffer = TRUE;
566 OfferType = IsProxyOffer ? PxeOfferTypeProxyPxe10 : PxeOfferTypeDhcpPxe10;
577 OfferType = IsProxyOffer ? PxeOfferTypeProxyBinl : PxeOfferTypeDhcpBinl;
H A DPxeBcDhcp6.c451 BOOLEAN IsProxyOffer; local
457 IsProxyOffer = TRUE;
502 IsProxyOffer = FALSE;
526 OfferType = IsProxyOffer ? PxeOfferTypeProxyBinl : PxeOfferTypeDhcpBinl;

Completed in 48 milliseconds