Home
last modified time | relevance | path

Searched refs:GatewayIpAddress (Results 1 – 9 of 9) 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/ArmPlatformPkg/Bds/
DBootOptionSupport.c924 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/
DDevicePathFromText.c2034 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()
DDevicePathToText.c1297 CatIPv4Address (Str, &IPDevPath->GatewayIpAddress); in DevPathToTextIPv4()
1354 CatIPv6Address (Str, &IPDevPath->GatewayIpAddress); in DevPathToTextIPv6()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootClient.c55 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/
DIScsiMisc.c1407 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
1435 ZeroMem (&DPathNode->Ipv6.GatewayIpAddress, sizeof (EFI_IPv6_ADDRESS)); in IScsiGetTcpConnDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiMisc.c826 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c2589 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/
DBdsFilePath.c1194 …CopyMem (&Mtftp4CfgData.GatewayIp , &IPv4DevicePathNode->GatewayIpAddress, sizeof (EFI_IPv4_ADDRES… in BdsTftpLoadImage()