Home
last modified time | relevance | path

Searched refs:IXAF_REACH_CONF (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c1381 connp->conn_ixa->ixa_flags |= IXAF_REACH_CONF; in tcp_output()
1383 connp->conn_ixa->ixa_flags &= ~IXAF_REACH_CONF; in tcp_output()
2211 ixa->ixa_flags |= IXAF_REACH_CONF; in tcp_send()
2213 ixa->ixa_flags &= ~IXAF_REACH_CONF; in tcp_send()
3339 connp->conn_ixa->ixa_flags |= IXAF_REACH_CONF; in tcp_xmit_mp()
3341 connp->conn_ixa->ixa_flags &= ~IXAF_REACH_CONF; in tcp_xmit_mp()
H A Dtcp_input.c2356 connp->conn_ixa->ixa_flags |= IXAF_REACH_CONF; in tcp_ack_mp()
2358 connp->conn_ixa->ixa_flags &= ~IXAF_REACH_CONF; in tcp_ack_mp()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c170 if (ixaflags & IXAF_REACH_CONF) in conn_ip_output()
H A Dip6.c4200 ixaflags &= ~IXAF_REACH_CONF; in ip_fragment_v6()
H A Dip.c11807 ixaflags &= ~IXAF_REACH_CONF; in ip_fragment_v4()
14685 if (ixaflags & IXAF_REACH_CONF) { in ip_xmit()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2215 #define IXAF_REACH_CONF 0x00000001 /* Reachability confirmation */ macro