Lines Matching refs:ServerIp
372 ZeroMem (&Private->ServerIp, sizeof (EFI_IP_ADDRESS)); in EfiPxeBcStop()
613 CopyMem (&SrvList->IpAddr, &Private->ServerIp, sizeof (EFI_IP_ADDRESS)); in EfiPxeBcDiscover()
695 CopyMem (&Private->ServerIp, &SrvList[Index].IpAddr, sizeof (EFI_IP_ADDRESS)); in EfiPxeBcDiscover()
698 ZeroMem (&Private->ServerIp, sizeof (EFI_IP_ADDRESS)); in EfiPxeBcDiscover()
699 CopyMem (&Private->ServerIp, &BootSvrEntry->IpAddr[Index], sizeof (EFI_IPv4_ADDRESS)); in EfiPxeBcDiscover()
707 &Private->ServerIp, in EfiPxeBcDiscover()
839 IN EFI_IP_ADDRESS *ServerIp, in EfiPxeBcMtftp() argument
857 (ServerIp == NULL) || in EfiPxeBcMtftp()
860 (!NetIp4IsUnicast (NTOHL (ServerIp->Addr[0]), 0) && !NetIp6IsValidUnicast (&ServerIp->v6))) { in EfiPxeBcMtftp()
878 CopyMem (&Mtftp6Config.ServerIp, &ServerIp->v6, sizeof (EFI_IPv6_ADDRESS)); in EfiPxeBcMtftp()
895 CopyMem (&Mtftp4Config.ServerIp, &ServerIp->v4, sizeof (EFI_IPv4_ADDRESS)); in EfiPxeBcMtftp()