Searched refs:BootSvrEntry (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c816 PXEBC_BOOT_SVR_ENTRY *BootSvrEntry; local
825 BootSvrEntry = NULL;
906 BootSvrEntry = VendorOpt->BootSvr;
909 while (((UINT8) (BootSvrEntry - VendorOpt->BootSvr)) < VendorOpt->BootSvrLen) {
911 if (BootSvrEntry->Type == HTONS (Type)) {
916 BootSvrEntry = GET_NEXT_BOOT_SVR_ENTRY (BootSvrEntry);
923 DefaultInfo.IpCnt = BootSvrEntry->IpCnt;
939 CopyMem (&SrvList[Index].IpAddr, &BootSvrEntry->IpAddr[Index], sizeof (EFI_IPv4_ADDRESS));
941 SrvList[Index].Type = BootSvrEntry
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c547 PXEBC_BOOT_SVR_ENTRY *BootSvrEntry; local
560 BootSvrEntry = NULL;
620 Status = PxeBcExtractDiscoverInfo (Private, Type, &NewCreatedInfo, &BootSvrEntry, &SrvList);
650 // Info and BootSvrEntry/SrvList are all ready by now, so execute discover by UniCast/BroadCast/MultiCast.
694 if (BootSvrEntry == NULL) {
699 CopyMem (&Private->ServerIp, &BootSvrEntry->IpAddr[Index], sizeof (EFI_IPv4_ADDRESS));

Completed in 8564 milliseconds