Home
last modified time | relevance | path

Searched refs:RemoteIpAddress (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h261 EFI_IPv4_ADDRESS RemoteIpAddress; member
272 EFI_IPv6_ADDRESS RemoteIpAddress; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c1026 (UINTN) Ip->RemoteIpAddress.Addr[0], in DevPathSerialIPv4()
1027 (UINTN) Ip->RemoteIpAddress.Addr[1], in DevPathSerialIPv4()
1028 (UINTN) Ip->RemoteIpAddress.Addr[2], in DevPathSerialIPv4()
1029 (UINTN) Ip->RemoteIpAddress.Addr[3] in DevPathSerialIPv4()
1076 UnicodeSPrint (PBuffer, 0, L"%02x", (UINTN) Ip->RemoteIpAddress.Addr[Index]); in DevPathSerialIPv6()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h568 EFI_IPv4_ADDRESS RemoteIpAddress; member
609 EFI_IPv6_ADDRESS RemoteIpAddress; member
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c1316 CatIPv4Address (Str, &IPDevPath->RemoteIpAddress); in DevPathToTextIPv4()
1362 CatIPv6Address (Str, &IPDevPath->RemoteIpAddress); in DevPathToTextIPv6()
DDevicePathFromText.c2052 StrToIPv4Addr (&RemoteIPStr, &IPv4->RemoteIpAddress); in DevPathFromTextIPv4()
2108 StrToIPv6Addr (&RemoteIPStr, &IPv6->RemoteIpAddress); in DevPathFromTextIPv6()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootClient.c71 CopyMem (&Node->Ipv6.RemoteIpAddress, &Private->ServerIp.v6, sizeof (EFI_IPv6_ADDRESS)); in HttpBootUpdateDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c2570 CopyMem (&Node->RemoteIpAddress, &RemoteIp, sizeof (EFI_IPv4_ADDRESS)); in NetLibCreateIPv4DPathNode()
2625 CopyMem (&Node->RemoteIpAddress, RemoteIp, sizeof (EFI_IPv6_ADDRESS)); in NetLibCreateIPv6DPathNode()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c1181 …CopyMem (&Mtftp4CfgData.ServerIp , &IPv4DevicePathNode->RemoteIpAddress, sizeof (EFI_IPv4_ADDRESS… in BdsTftpLoadImage()