Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Impl.c1335 IP4_ADDR Nexthop; in EfiIp4Routes() local
1362 CopyMem (&Nexthop, GatewayAddress, sizeof (IP4_ADDR)); in EfiIp4Routes()
1366 Nexthop = NTOHL (Nexthop); in EfiIp4Routes()
1378 if ((Nexthop != IP4_ALLZERO_ADDRESS) && in EfiIp4Routes()
1379 (!IP4_NET_EQUAL (Nexthop, IpIf->Ip, IpIf->SubnetMask) || in EfiIp4Routes()
1380 IP4_IS_BROADCAST (Ip4GetNetCast (Nexthop, IpIf)))) { in EfiIp4Routes()
1387 Status = Ip4DelRoute (IpInstance->RouteTable, Dest, Netmask, Nexthop); in EfiIp4Routes()
1389 Status = Ip4AddRoute (IpInstance->RouteTable, Dest, Netmask, Nexthop); in EfiIp4Routes()