Searched refs:Nexthop (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
D | Ip4Impl.c | 1260 IP4_ADDR Nexthop; in EfiIp4Routes() local 1287 CopyMem (&Nexthop, GatewayAddress, sizeof (IP4_ADDR)); in EfiIp4Routes() 1291 Nexthop = NTOHL (Nexthop); in EfiIp4Routes() 1303 if ((Nexthop != IP4_ALLZERO_ADDRESS) && in EfiIp4Routes() 1304 (!IP4_NET_EQUAL (Nexthop, IpIf->Ip, IpIf->SubnetMask) || in EfiIp4Routes() 1305 IP4_IS_BROADCAST (Ip4GetNetCast (Nexthop, IpIf)))) { in EfiIp4Routes() 1312 Status = Ip4DelRoute (IpInstance->RouteTable, Dest, Netmask, Nexthop); in EfiIp4Routes() 1314 Status = Ip4AddRoute (IpInstance->RouteTable, Dest, Netmask, Nexthop); in EfiIp4Routes()
|