Searched defs:v4nexthop (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c2456 ipaddr_t v4nexthop; local
2459 v4nexthop = ip_pkt_source_route_v4(ipp);
2460 if (v4nexthop == INADDR_ANY)
2461 v4nexthop = v4dst;
2463 IN6_IPADDR_TO_V4MAPPED(v4nexthop, nexthop);
2518 ipaddr_t v4src, v4nexthop; local
2521 IN6_V4MAPPED_TO_IPADDR(v6nexthop, v4nexthop);
2529 error = ip_set_destination_v4(&v4src, v4dst, v4nexthop, ixa,
H A Dip_ftable.c1275 ipaddr_t v4nexthop; local
1278 IN6_V4MAPPED_TO_IPADDR(&v6nexthop, v4nexthop);
1279 ire = ire_route_recursive_v4(v4nexthop, ire_type, ill,
H A Dip_ire.c3412 ire_to_nce(ire_t *ire, ipaddr_t v4nexthop, const in6_addr_t *v6nexthop) argument
3437 nce = arp_nce_init(ire->ire_ill, v4nexthop,
3441 ASSERT(v4nexthop == 0);

Completed in 108 milliseconds