Home
last modified time | relevance | path

Searched refs:SrvList (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcBoot.h46 OUT EFI_PXE_BASE_CODE_SRVLIST **SrvList
75 IN EFI_PXE_BASE_CODE_SRVLIST *SrvList
DPxeBcBoot.c713 OUT EFI_PXE_BASE_CODE_SRVLIST **SrvList in PxeBcExtractDiscoverInfo() argument
731 Info->SrvList[0].Type = Type; in PxeBcExtractDiscoverInfo()
732 Info->SrvList[0].AcceptAnyResponse = FALSE; in PxeBcExtractDiscoverInfo()
737 CopyMem (&Info->SrvList[0].IpAddr, &Private->ServerIp, sizeof (EFI_IP_ADDRESS)); in PxeBcExtractDiscoverInfo()
739 *SrvList = Info->SrvList; in PxeBcExtractDiscoverInfo()
787 *DiscoverInfo = AllocatePool (sizeof (*Info) + (Info->IpCnt - 1) * sizeof (**SrvList)); in PxeBcExtractDiscoverInfo()
796 CopyMem (&Info->SrvList[Index].IpAddr, &Entry->IpAddr[Index], sizeof (EFI_IPv4_ADDRESS)); in PxeBcExtractDiscoverInfo()
797 Info->SrvList[Index].AcceptAnyResponse = !Info->MustUseList; in PxeBcExtractDiscoverInfo()
798 Info->SrvList[Index].Type = NTOHS (Entry->Type); in PxeBcExtractDiscoverInfo()
803 *SrvList = Info->SrvList; in PxeBcExtractDiscoverInfo()
[all …]
DPxeBcImpl.c546 EFI_PXE_BASE_CODE_SRVLIST *SrvList; in EfiPxeBcDiscover() local
561 SrvList = NULL; in EfiPxeBcDiscover()
609 SrvList = Info->SrvList; in EfiPxeBcDiscover()
610 SrvList[0].Type = Type; in EfiPxeBcDiscover()
611 SrvList[0].AcceptAnyResponse = FALSE; in EfiPxeBcDiscover()
613 CopyMem (&SrvList->IpAddr, &Private->ServerIp, sizeof (EFI_IP_ADDRESS)); in EfiPxeBcDiscover()
620 Status = PxeBcExtractDiscoverInfo (Private, Type, &NewCreatedInfo, &BootSvrEntry, &SrvList); in EfiPxeBcDiscover()
630 SrvList = Info->SrvList; in EfiPxeBcDiscover()
632 if (!SrvList[0].AcceptAnyResponse) { in EfiPxeBcDiscover()
634 if (SrvList[Index].AcceptAnyResponse) { in EfiPxeBcDiscover()
[all …]
DPxeBcDhcp4.h374 IN EFI_PXE_BASE_CODE_SRVLIST *SrvList
DPxeBcDhcp4.c1298 IN EFI_PXE_BASE_CODE_SRVLIST *SrvList in PxeBcDhcp4Discover() argument
1463 if (SrvList[SrvIndex].AcceptAnyResponse) { in PxeBcDhcp4Discover()
1466 if ((SrvList[SrvIndex].Type == Type) && in PxeBcDhcp4Discover()
1467 EFI_IP4_EQUAL (&Response->Dhcp4.Header.ServerAddr, &SrvList[SrvIndex].IpAddr)) { in PxeBcDhcp4Discover()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.c810 EFI_PXE_BASE_CODE_SRVLIST *SrvList; in EfiPxeBcDiscover() local
826 SrvList = NULL; in EfiPxeBcDiscover()
868 SrvList = &DefaultSrvList; in EfiPxeBcDiscover()
903 SrvList = Info->SrvList; in EfiPxeBcDiscover()
926 … CreatedInfo = AllocatePool (sizeof (DefaultInfo) + (DefaultInfo.IpCnt - 1) * sizeof (*SrvList)); in EfiPxeBcDiscover()
935 SrvList = Info->SrvList; in EfiPxeBcDiscover()
939 CopyMem (&SrvList[Index].IpAddr, &BootSvrEntry->IpAddr[Index], sizeof (EFI_IPv4_ADDRESS)); in EfiPxeBcDiscover()
940 SrvList[Index].AcceptAnyResponse = FALSE; in EfiPxeBcDiscover()
941 SrvList[Index].Type = BootSvrEntry->Type; in EfiPxeBcDiscover()
947 SrvList = Info->SrvList; in EfiPxeBcDiscover()
[all …]
DPxeBcDhcp.h424 IN EFI_PXE_BASE_CODE_SRVLIST * SrvList,
DPxeBcDhcp.c1173 IN EFI_PXE_BASE_CODE_SRVLIST * SrvList, in PxeBcDiscvBootService() argument
1319 if (SrvList[SrvIndex].AcceptAnyResponse) { in PxeBcDiscvBootService()
1323 …if ((SrvList[SrvIndex].Type == Type) && EFI_IP4_EQUAL (&(Response->Dhcp4.Header.ServerAddr), &(Pri… in PxeBcDiscvBootService()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
DPxeBaseCode.h160 EFI_PXE_BASE_CODE_SRVLIST SrvList[1]; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DPxeBaseCode.h187 EFI_PXE_BASE_CODE_SRVLIST SrvList[1]; member