HomeSort by relevance Sort by last modified time
    Searched refs:PxeOfferTypeProxyBinl (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp6.h 74 ((Type) == PxeOfferTypeProxyBinl || \
PxeBcDhcp4.c 598 OfferType = IsProxyOffer ? PxeOfferTypeProxyBinl : PxeOfferTypeDhcpBinl;
705 Private->OfferBuffer[Index].Dhcp4.OfferType == PxeOfferTypeProxyBinl);
831 if (OfferType == PxeOfferTypeProxyBinl) {
915 Private->OfferCount[PxeOfferTypeProxyBinl] > 0) {
920 Private->SelectProxyType = PxeOfferTypeProxyBinl;
    [all...]
PxeBcDhcp6.c 527 OfferType = IsProxyOffer ? PxeOfferTypeProxyBinl : PxeOfferTypeDhcpBinl;
847 Private->OfferBuffer[Index].Dhcp6.OfferType == PxeOfferTypeProxyBinl);
958 if (OfferType == PxeOfferTypeProxyBinl) {
1041 Private->OfferCount[PxeOfferTypeProxyBinl] > 0) {
1046 Private->SelectProxyType = PxeOfferTypeProxyBinl;
    [all...]
PxeBcDhcp4.h 123 PxeOfferTypeProxyBinl,

Completed in 936 milliseconds