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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c528 PXEBC_BOOT_SVR_ENTRY *BootSvrEntry; local
540 BootSvrEntry = NULL;
598 Status = PxeBcExtractDiscoverInfo (Private, Type, Info, &BootSvrEntry, &SrvList);
627 // Info and BootSvrEntry/SrvList are all ready by now, so execute discover by UniCast/BroadCast/MultiCast.
642 if (BootSvrEntry == NULL) {
647 CopyMem (&Private->ServerIp, &BootSvrEntry->IpAddr[Index], sizeof (EFI_IPv4_ADDRESS));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c807 PXEBC_BOOT_SVR_ENTRY *BootSvrEntry; local
816 BootSvrEntry = NULL;
896 BootSvrEntry = VendorOpt->BootSvr;
899 while (((UINT8) (BootSvrEntry - VendorOpt->BootSvr)) < VendorOpt->BootSvrLen) {
901 if (BootSvrEntry->Type == HTONS (Type)) {
906 BootSvrEntry = GET_NEXT_BOOT_SVR_ENTRY (BootSvrEntry);
913 DefaultInfo.IpCnt = BootSvrEntry->IpCnt;
929 CopyMem (&SrvList[Index].IpAddr, &BootSvrEntry->IpAddr[Index], sizeof (EFI_IPv4_ADDRESS));
931 SrvList[Index].Type = BootSvrEntry
[all...]

Completed in 39 milliseconds