Lines Matching defs:nexthop
3112 * We look at the interface ire for the nexthop,
3114 * as the nexthop.
9387 * Process IP options in an inbound packet. Always returns the nexthop.
9388 * Normally this is the passed in nexthop, but if there is an option
9389 * that effects the nexthop (such as a source route) that will be returned.
12966 * Process IP options in an outbound packet. Verify that the nexthop in a
12971 * Assumes the ULP has called ip_massage_options to move nexthop into ipha_dst.
14984 ipaddr_t nexthop = INADDR_ANY;
15017 bcopy((char *)opt + off, &nexthop, IP_ADDR_LEN);
15018 if (nexthop == htonl(INADDR_LOOPBACK)) {
15020 nexthop = INADDR_ANY;
15026 return (nexthop);
15081 in6_addr_t *nexthop = NULL;
15091 nexthop = (in6_addr_t *)((char *)rthdr + sizeof (*rthdr));
15092 return (nexthop);