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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.h74 ((Type) == PxeOfferTypeProxyBinl || \
H A DPxeBcDhcp4.c577 OfferType = IsProxyOffer ? PxeOfferTypeProxyBinl : PxeOfferTypeDhcpBinl;
684 Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeProxyBinl);
810 if (OfferType == PxeOfferTypeProxyBinl) {
894 Private->OfferCount[PxeOfferTypeProxyBinl] > 0) {
899 Private->SelectProxyType = PxeOfferTypeProxyBinl;
1011 if (Private->SelectProxyType == PxeOfferTypeProxyBinl) {
1048 if (OfferType == PxeOfferTypeProxyBinl) {
1064 if (!EFI_ERROR (Status) && Private->SelectProxyType != PxeOfferTypeProxyBinl) {
H A DPxeBcDhcp6.c526 OfferType = IsProxyOffer ? PxeOfferTypeProxyBinl : PxeOfferTypeDhcpBinl;
848 Private->OfferBuffer[Index].Dhcp6.OfferType == PxeOfferTypeProxyBinl);
959 if (OfferType == PxeOfferTypeProxyBinl) {
1042 Private->OfferCount[PxeOfferTypeProxyBinl] > 0) {
1047 Private->SelectProxyType = PxeOfferTypeProxyBinl;
1140 if (Private->SelectProxyType == PxeOfferTypeProxyBinl) {
1177 if (OfferType == PxeOfferTypeProxyBinl) {
1193 if (!EFI_ERROR (Status) && Private->SelectProxyType != PxeOfferTypeProxyBinl) {
H A DPxeBcDhcp4.h123 PxeOfferTypeProxyBinl, enumerator in enum:__anon12566

Completed in 1907 milliseconds