Home
last modified time | relevance | path

Searched refs:UseMCast (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
DPxeBaseCode.h154 BOOLEAN UseMCast; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DPxeBaseCode.h181 BOOLEAN UseMCast; member
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcBoot.c756 Info->UseMCast = (BOOLEAN) !IS_DISABLE_MCAST_DISCOVER (VendorOpt->DiscoverCtrl); in PxeBcExtractDiscoverInfo()
761 if (Info->UseMCast) { in PxeBcExtractDiscoverInfo()
DPxeBcImpl.c652 if ((!Info->UseUCast && !Info->UseBCast && !Info->UseMCast) || in EfiPxeBcDiscover()
660 if (Info->UseMCast) { in EfiPxeBcDiscover()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.c885 DefaultInfo.UseMCast = (BOOLEAN)!IS_DISABLE_MCAST_DISCOVER (VendorOpt->DiscoverCtrl); in EfiPxeBcDiscover()
890 if (DefaultInfo.UseMCast) { in EfiPxeBcDiscover()
964 …if ((!Info->UseUCast && !Info->UseBCast && !Info->UseMCast) || (Info->MustUseList && Info->IpCnt =… in EfiPxeBcDiscover()
1002 } else if (Info->UseMCast) { in EfiPxeBcDiscover()