Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ftable.c631 ixas.ixa_nexthop_v6 = *nexthop6; in ipfil_sendpkt()
1258 v6nexthop = ixa->ixa_nexthop_v6; in ip_select_route()
H A Dconn_opt.c938 sin6->sin6_addr = ixa->ixa_nexthop_v6; in conn_opt_get()
1918 ixa->ixa_nexthop_v6 = sin6->sin6_addr; in conn_opt_set_ipv6()
1919 if (!IN6_IS_ADDR_UNSPECIFIED(&ixa->ixa_nexthop_v6)) in conn_opt_set_ipv6()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2126 in6_addr_t ixa_nexthop_v6; /* IXAF_NEXTHOP_SET */ member
2127 #define ixa_nexthop_v4 V4_PART_OF_V6(ixa_nexthop_v6)