Searched refs:RemoteIpAddress (Results 1 – 8 of 8) 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 | 1026 (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/ |
D | DevicePath.h | 568 EFI_IPv4_ADDRESS RemoteIpAddress; member 609 EFI_IPv6_ADDRESS RemoteIpAddress; member
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/ |
D | DevicePathToText.c | 1316 CatIPv4Address (Str, &IPDevPath->RemoteIpAddress); in DevPathToTextIPv4() 1362 CatIPv6Address (Str, &IPDevPath->RemoteIpAddress); in DevPathToTextIPv6()
|
D | DevicePathFromText.c | 2052 StrToIPv4Addr (&RemoteIPStr, &IPv4->RemoteIpAddress); in DevPathFromTextIPv4() 2108 StrToIPv6Addr (&RemoteIPStr, &IPv6->RemoteIpAddress); in DevPathFromTextIPv6()
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
D | HttpBootClient.c | 71 CopyMem (&Node->Ipv6.RemoteIpAddress, &Private->ServerIp.v6, sizeof (EFI_IPv6_ADDRESS)); in HttpBootUpdateDevicePath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/ |
D | DxeNetLib.c | 2570 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/ |
D | BdsFilePath.c | 1181 …CopyMem (&Mtftp4CfgData.ServerIp , &IPv4DevicePathNode->RemoteIpAddress, sizeof (EFI_IPv4_ADDRESS… in BdsTftpLoadImage()
|