Home
last modified time | relevance | path

Searched refs:GatewayAddr (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c481 OUT EFI_IPv6_ADDRESS *GatewayAddr in HttpBootCheckRouteTable() argument
492 ASSERT (GatewayAddr != NULL); in HttpBootCheckRouteTable()
500 ZeroMem (GatewayAddr, sizeof (EFI_IPv6_ADDRESS)); in HttpBootCheckRouteTable()
513 IP6_COPY_ADDRESS (GatewayAddr, &Ip6ModeData.RouteTable[Index].Gateway); in HttpBootCheckRouteTable()
724 EFI_IPv6_ADDRESS GatewayAddr; in HttpBootSetIp6Address() local
757 Status = HttpBootCheckRouteTable (Private, HTTP_BOOT_IP6_ROUTE_TABLE_TIMEOUT, &GatewayAddr); in HttpBootSetIp6Address()
761 IP6_COPY_ADDRESS (&Private->GatewayIp.v6, &GatewayAddr); in HttpBootSetIp6Address()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c1256 OUT EFI_IPv6_ADDRESS *GatewayAddr in PxeBcCheckRouteTable() argument
1267 ASSERT (GatewayAddr != NULL); in PxeBcCheckRouteTable()
1274 ZeroMem (GatewayAddr, sizeof (EFI_IPv6_ADDRESS)); in PxeBcCheckRouteTable()
1287 IP6_COPY_ADDRESS (GatewayAddr, &Ip6ModeData.RouteTable[Index].Gateway); in PxeBcCheckRouteTable()
1377 EFI_IPv6_ADDRESS GatewayAddr; in PxeBcRegisterIp6Address() local
1404 Status = PxeBcCheckRouteTable (Private, PXEBC_IP6_ROUTE_TABLE_TIMEOUT, &GatewayAddr); in PxeBcRegisterIp6Address()
1511 if (!NoGateway && !NetIp6IsUnspecifiedAddr (&GatewayAddr)) { in PxeBcRegisterIp6Address()
1516 &GatewayAddr in PxeBcRegisterIp6Address()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDhcp4.h70 EFI_IPv4_ADDRESS GatewayAddr; ///< Relay agent IP address. member