Searched refs:RemoteIpAddress (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
D | EfiDevicePath.h | 261 EFI_IPv4_ADDRESS RemoteIpAddress; member 272 EFI_IPv6_ADDRESS RemoteIpAddress; member
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/ |
D | ConsistMapping.c | 922 (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/ |
D | DevicePath.h | 568 EFI_IPv4_ADDRESS RemoteIpAddress; member 609 EFI_IPv6_ADDRESS RemoteIpAddress; member
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/ |
D | BootOptionSupport.c | 927 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/ |
D | DevicePathToText.c | 1283 CatIPv4Address (Str, &IPDevPath->RemoteIpAddress); in DevPathToTextIPv4() 1329 CatIPv6Address (Str, &IPDevPath->RemoteIpAddress); in DevPathToTextIPv6()
|
D | DevicePathFromText.c | 2024 StrToIPv4Addr (&RemoteIPStr, &IPv4->RemoteIpAddress); in DevPathFromTextIPv4() 2080 StrToIPv6Addr (&RemoteIPStr, &IPv6->RemoteIpAddress); in DevPathFromTextIPv6()
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
D | HttpBootClient.c | 70 CopyMem (&Node->Ipv6.RemoteIpAddress, &Private->ServerIp.v6, sizeof (EFI_IPv6_ADDRESS)); in HttpBootUpdateDevicePath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/ |
D | DxeNetLib.c | 2572 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/ |
D | BdsFilePath.c | 1201 …CopyMem (&Mtftp4CfgData.ServerIp , &IPv4DevicePathNode->RemoteIpAddress, sizeof (EFI_IPv4_ADDRESS… in BdsTftpLoadImage()
|