Home
last modified time | relevance | path

Searched refs:NewStationIp (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblNetworkLib/
DEblNetworkLib.c115 IN EFI_IP_ADDRESS *NewStationIp, OPTIONAL in EblSetStationIp() argument
132 Status = Pxe->SetStationIp (Pxe, NewStationIp, NewSubnetMask); in EblSetStationIp()
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
DEblNetworkLib.h49 IN EFI_IP_ADDRESS *NewStationIp, OPTIONAL
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcImpl.c1975 IN EFI_IP_ADDRESS *NewStationIp OPTIONAL, in EfiPxeBcSetStationIP()
1988 if (NewStationIp != NULL && in EfiPxeBcSetStationIP()
1989 (!NetIp4IsUnicast (NTOHL (NewStationIp->Addr[0]), 0) && in EfiPxeBcSetStationIP()
1990 !NetIp6IsValidUnicast (&NewStationIp->v6))) { in EfiPxeBcSetStationIP()
2008 if (Mode->UsingIpv6 && NewStationIp != NULL) { in EfiPxeBcSetStationIP()
2012 Status = PxeBcRegisterIp6Address (Private, &NewStationIp->v6); in EfiPxeBcSetStationIP()
2016 } else if (!Mode->UsingIpv6 && NewStationIp != NULL) { in EfiPxeBcSetStationIP()
2024 ArpConfigData.StationAddress = &NewStationIp->v4; in EfiPxeBcSetStationIP()
2031 Mode->RouteTable[0].IpAddr.Addr[0] = NewStationIp->Addr[0] & NewSubnetMask->Addr[0]; in EfiPxeBcSetStationIP()
2039 if (NewStationIp != NULL) { in EfiPxeBcSetStationIP()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.c2297 IN EFI_IP_ADDRESS * NewStationIp OPTIONAL, in EfiPxeBcSetStationIP()
2309 if (NewStationIp != NULL && !NetIp4IsUnicast (NTOHL (NewStationIp->Addr[0]), 0)) { in EfiPxeBcSetStationIP()
2324 if (NewStationIp != NULL) { in EfiPxeBcSetStationIP()
2325 CopyMem (&Mode->StationIp, NewStationIp, sizeof (EFI_IP_ADDRESS)); in EfiPxeBcSetStationIP()
2326 CopyMem (&Private->StationIp, NewStationIp, sizeof (EFI_IP_ADDRESS)); in EfiPxeBcSetStationIP()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
DPxeBaseCode.h338 IN EFI_IP_ADDRESS * NewStationIp, OPTIONAL
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DPxeBaseCode.h836 IN EFI_IP_ADDRESS *NewStationIp, OPTIONAL