Searched defs:SrvList (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c479 In the structure referenced by parameter Info, the PXE Boot Server list, SrvList[],
483 is TRUE and the AcceptAnyResponse field in the SrvList[] array is TRUE, any Boot
527 EFI_PXE_BASE_CODE_SRVLIST *SrvList; local
541 SrvList = NULL;
587 SrvList = Info->SrvList;
588 SrvList[0].Type = Type;
589 SrvList[0].AcceptAnyResponse = FALSE;
591 CopyMem (&SrvList->IpAddr, &Private->ServerIp, sizeof (EFI_IP_ADDRESS));
598 Status = PxeBcExtractDiscoverInfo (Private, Type, Info, &BootSvrEntry, &SrvList);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c1084 @param SrvList Server list
1102 IN EFI_PXE_BASE_CODE_SRVLIST * SrvList,
1248 if (SrvList[SrvIndex].AcceptAnyResponse) {
1252 if ((SrvList[SrvIndex].Type == Type) && EFI_IP4_EQUAL (&(Response->Dhcp4.Header.ServerAddr), &(Private->ServerIp))) {
1095 PxeBcDiscvBootService( IN PXEBC_PRIVATE_DATA * Private, IN UINT16 Type, IN UINT16 *Layer, IN BOOLEAN UseBis, IN EFI_IP_ADDRESS * DestIp, IN UINT16 IpCount, IN EFI_PXE_BASE_CODE_SRVLIST * SrvList, IN BOOLEAN IsDiscv, OUT EFI_DHCP4_PACKET * Reply OPTIONAL ) argument
H A DPxeBcImpl.c753 In the structure referenced by parameter Info, the PXE Boot Server list, SrvList[],
757 is TRUE and the AcceptAnyResponse field in the SrvList[] array is TRUE, any Boot
801 EFI_PXE_BASE_CODE_SRVLIST *SrvList; local
817 SrvList = NULL;
858 SrvList = &DefaultSrvList;
893 SrvList = Info->SrvList;
916 CreatedInfo = AllocatePool (sizeof (DefaultInfo) + (DefaultInfo.IpCnt - 1) * sizeof (*SrvList));
925 SrvList = Info->SrvList;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPxeBaseCode.h183 EFI_PXE_BASE_CODE_SRVLIST SrvList[1]; member in struct:__anon12270
450 In the structure referenced by parameter Info, the PXE Boot Server list, SrvList[],
454 is TRUE and the AcceptAnyResponse field in the SrvList[] array is TRUE, any Boot

Completed in 79 milliseconds