HomeSort by relevance Sort by last modified time
    Searched refs:BootSvrEntry (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c 816 PXEBC_BOOT_SVR_ENTRY *BootSvrEntry;
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->Type;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.c 547 PXEBC_BOOT_SVR_ENTRY *BootSvrEntry;
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));
    [all...]

Completed in 65 milliseconds