Home
last modified time | relevance | path

Searched refs:AcceptAnyResponse (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
DPxeBaseCode.h145 BOOLEAN AcceptAnyResponse; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DPxeBaseCode.h172 BOOLEAN AcceptAnyResponse; member
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcBoot.c732 Info->SrvList[0].AcceptAnyResponse = FALSE; in PxeBcExtractDiscoverInfo()
797 Info->SrvList[Index].AcceptAnyResponse = !Info->MustUseList; in PxeBcExtractDiscoverInfo()
DPxeBcImpl.c611 SrvList[0].AcceptAnyResponse = FALSE; in EfiPxeBcDiscover()
632 if (!SrvList[0].AcceptAnyResponse) { in EfiPxeBcDiscover()
634 if (SrvList[Index].AcceptAnyResponse) { in EfiPxeBcDiscover()
DPxeBcDhcp4.c1463 if (SrvList[SrvIndex].AcceptAnyResponse) { in PxeBcDhcp4Discover()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.c865 DefaultSrvList.AcceptAnyResponse = FALSE; in EfiPxeBcDiscover()
940 SrvList[Index].AcceptAnyResponse = FALSE; in EfiPxeBcDiscover()
949 if (!SrvList[0].AcceptAnyResponse) { in EfiPxeBcDiscover()
952 if (SrvList[Index].AcceptAnyResponse) { in EfiPxeBcDiscover()
DPxeBcDhcp.c1319 if (SrvList[SrvIndex].AcceptAnyResponse) { in PxeBcDiscvBootService()