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.c735 Info->SrvList[0].AcceptAnyResponse = FALSE; in PxeBcExtractDiscoverInfo()
800 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.c1537 if (SrvList[SrvIndex].AcceptAnyResponse) { in PxeBcDhcp4Discover()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.c867 DefaultSrvList.AcceptAnyResponse = FALSE; in EfiPxeBcDiscover()
942 SrvList[Index].AcceptAnyResponse = FALSE; in EfiPxeBcDiscover()
951 if (!SrvList[0].AcceptAnyResponse) { in EfiPxeBcDiscover()
954 if (SrvList[Index].AcceptAnyResponse) { in EfiPxeBcDiscover()
DPxeBcDhcp.c1372 if (SrvList[SrvIndex].AcceptAnyResponse) { in PxeBcDiscvBootService()