Home
last modified time | relevance | path

Searched refs:RemoteIpAddress (Results 1 – 9 of 9) 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.c922 (UINTN) Ip->RemoteIpAddress.Addr[0], in DevPathSerialIPv4()
923 (UINTN) Ip->RemoteIpAddress.Addr[1], in DevPathSerialIPv4()
924 (UINTN) Ip->RemoteIpAddress.Addr[2], in DevPathSerialIPv4()
925 (UINTN) Ip->RemoteIpAddress.Addr[3] in DevPathSerialIPv4()
963 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/ArmPlatformPkg/Bds/
DBootOptionSupport.c927 CopyMem (&IPv4DevicePathNode->RemoteIpAddress, &RemoteIp.v4, sizeof (EFI_IPv4_ADDRESS)); in BdsLoadOptionTftpCreateDevicePath()
1071 CopyMem (&OldIp.v4, &Ipv4Node.RemoteIpAddress, sizeof (EFI_IPv4_ADDRESS)); in BdsLoadOptionTftpUpdateDevicePath()
1121 CopyMem (&Ipv4Node.RemoteIpAddress, &RemoteIp.v4, sizeof (EFI_IPv4_ADDRESS)); in BdsLoadOptionTftpUpdateDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c1283 CatIPv4Address (Str, &IPDevPath->RemoteIpAddress); in DevPathToTextIPv4()
1329 CatIPv6Address (Str, &IPDevPath->RemoteIpAddress); in DevPathToTextIPv6()
DDevicePathFromText.c2024 StrToIPv4Addr (&RemoteIPStr, &IPv4->RemoteIpAddress); in DevPathFromTextIPv4()
2080 StrToIPv6Addr (&RemoteIPStr, &IPv6->RemoteIpAddress); in DevPathFromTextIPv6()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootClient.c70 CopyMem (&Node->Ipv6.RemoteIpAddress, &Private->ServerIp.v6, sizeof (EFI_IPv6_ADDRESS)); in HttpBootUpdateDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c2572 CopyMem (&Node->RemoteIpAddress, &RemoteIp, sizeof (EFI_IPv4_ADDRESS)); in NetLibCreateIPv4DPathNode()
2627 CopyMem (&Node->RemoteIpAddress, RemoteIp, sizeof (EFI_IPv6_ADDRESS)); in NetLibCreateIPv6DPathNode()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c1201 …CopyMem (&Mtftp4CfgData.ServerIp , &IPv4DevicePathNode->RemoteIpAddress, sizeof (EFI_IPv4_ADDRESS… in BdsTftpLoadImage()