Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dconn_opt.c747 if (ixa->ixa_flags & IXAF_NEXTHOP_SET) { in conn_opt_get()
904 if (ixa->ixa_flags & IXAF_NEXTHOP_SET) in conn_opt_get()
1450 ixa->ixa_flags |= IXAF_NEXTHOP_SET; in conn_opt_set_ip()
1452 ixa->ixa_flags &= ~IXAF_NEXTHOP_SET; in conn_opt_set_ip()
1866 ixa->ixa_flags &= ~IXAF_NEXTHOP_SET; in conn_opt_set_ipv6()
1872 ixa->ixa_flags |= IXAF_NEXTHOP_SET; in conn_opt_set_ipv6()
1874 ixa->ixa_flags &= ~IXAF_NEXTHOP_SET; in conn_opt_set_ipv6()
H A Dip_ftable.c619 ixas.ixa_flags |= IXAF_NEXTHOP_SET; in ipfil_sendpkt()
629 ixas.ixa_flags |= IXAF_NEXTHOP_SET; in ipfil_sendpkt()
1255 if (ixaflags & IXAF_NEXTHOP_SET) { in ip_select_route()
1268 if (ixaflags & (IXAF_DONTROUTE|IXAF_NEXTHOP_SET)) { in ip_select_route()
/titanic_50/usr/src/uts/common/inet/
H A Dip.h2228 #define IXAF_NEXTHOP_SET 0x00008000 /* ixa_nexthop set */ macro