Searched refs:GatewayIpAddress (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | DevicePath.h | 589 EFI_IPv4_ADDRESS GatewayIpAddress; member 637 EFI_IPv6_ADDRESS GatewayIpAddress; member
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/ |
D | BootOptionSupport.c | 924 CopyMem (&IPv4DevicePathNode->GatewayIpAddress, &GatewayIp.v4, sizeof (EFI_IPv4_ADDRESS)); in BdsLoadOptionTftpCreateDevicePath() 1059 CopyMem (&OldGatewayIp.v4, &Ipv4Node.GatewayIpAddress, sizeof (EFI_IPv4_ADDRESS)); in BdsLoadOptionTftpUpdateDevicePath() 1113 ZeroMem (&Ipv4Node.GatewayIpAddress, sizeof (EFI_IPv4_ADDRESS)); in BdsLoadOptionTftpUpdateDevicePath() 1118 CopyMem (&Ipv4Node.GatewayIpAddress, &GatewayIp.v4, sizeof (EFI_IPv4_ADDRESS)); in BdsLoadOptionTftpUpdateDevicePath()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/ |
D | DevicePathFromText.c | 2034 StrToIPv4Addr (&GatewayIPStr, &IPv4->GatewayIpAddress); in DevPathFromTextIPv4() 2037 ZeroMem (&IPv4->GatewayIpAddress, sizeof (IPv4->GatewayIpAddress)); in DevPathFromTextIPv4() 2092 StrToIPv6Addr (&GatewayIPStr, &IPv6->GatewayIpAddress); in DevPathFromTextIPv6() 2095 ZeroMem (&IPv6->GatewayIpAddress, sizeof (IPv6->GatewayIpAddress)); in DevPathFromTextIPv6()
|
D | DevicePathToText.c | 1297 CatIPv4Address (Str, &IPDevPath->GatewayIpAddress); in DevPathToTextIPv4() 1354 CatIPv6Address (Str, &IPDevPath->GatewayIpAddress); in DevPathToTextIPv6()
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
D | HttpBootClient.c | 55 CopyMem (&Node->Ipv4.GatewayIpAddress, &Private->GatewayIp, sizeof (EFI_IPv4_ADDRESS)); in HttpBootUpdateDevicePath() 71 CopyMem (&Node->Ipv6.GatewayIpAddress, &Private->GatewayIp.v6, sizeof (EFI_IPv6_ADDRESS)); in HttpBootUpdateDevicePath()
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
D | IScsiMisc.c | 1407 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath() 1435 ZeroMem (&DPathNode->Ipv6.GatewayIpAddress, sizeof (EFI_IPv6_ADDRESS)); in IScsiGetTcpConnDevicePath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
D | IScsiMisc.c | 826 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/ |
D | DxeNetLib.c | 2589 ZeroMem (&Node->GatewayIpAddress, sizeof (EFI_IPv4_ADDRESS)); in NetLibCreateIPv4DPathNode() 2640 ZeroMem (&Node->GatewayIpAddress, sizeof (EFI_IPv6_ADDRESS)); in NetLibCreateIPv6DPathNode()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
D | BdsFilePath.c | 1194 …CopyMem (&Mtftp4CfgData.GatewayIp , &IPv4DevicePathNode->GatewayIpAddress, sizeof (EFI_IPv4_ADDRES… in BdsTftpLoadImage()
|