Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h589 EFI_IPv4_ADDRESS GatewayIpAddress; member
637 EFI_IPv6_ADDRESS GatewayIpAddress; member
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c2062 StrToIPv4Addr (&GatewayIPStr, &IPv4->GatewayIpAddress); in DevPathFromTextIPv4()
2065 ZeroMem (&IPv4->GatewayIpAddress, sizeof (IPv4->GatewayIpAddress)); in DevPathFromTextIPv4()
2120 StrToIPv6Addr (&GatewayIPStr, &IPv6->GatewayIpAddress); in DevPathFromTextIPv6()
2123 ZeroMem (&IPv6->GatewayIpAddress, sizeof (IPv6->GatewayIpAddress)); in DevPathFromTextIPv6()
DDevicePathToText.c1330 CatIPv4Address (Str, &IPDevPath->GatewayIpAddress); in DevPathToTextIPv4()
1387 CatIPv6Address (Str, &IPDevPath->GatewayIpAddress); in DevPathToTextIPv6()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootClient.c56 CopyMem (&Node->Ipv4.GatewayIpAddress, &Private->GatewayIp, sizeof (EFI_IPv4_ADDRESS)); in HttpBootUpdateDevicePath()
72 CopyMem (&Node->Ipv6.GatewayIpAddress, &Private->GatewayIp.v6, sizeof (EFI_IPv6_ADDRESS)); in HttpBootUpdateDevicePath()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiMisc.c1423 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
1451 ZeroMem (&DPathNode->Ipv6.GatewayIpAddress, sizeof (EFI_IPv6_ADDRESS)); in IScsiGetTcpConnDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiMisc.c840 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c2587 ZeroMem (&Node->GatewayIpAddress, sizeof (EFI_IPv4_ADDRESS)); in NetLibCreateIPv4DPathNode()
2638 ZeroMem (&Node->GatewayIpAddress, sizeof (EFI_IPv6_ADDRESS)); in NetLibCreateIPv6DPathNode()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c1174 …CopyMem (&Mtftp4CfgData.GatewayIp , &IPv4DevicePathNode->GatewayIpAddress, sizeof (EFI_IPv4_ADDRES… in BdsTftpLoadImage()