Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c1361 connp->conn_ixa->ixa_flags |= IXAF_REACH_CONF; in tcp_output()
1363 connp->conn_ixa->ixa_flags &= ~IXAF_REACH_CONF; in tcp_output()
2172 ixa->ixa_flags |= IXAF_REACH_CONF; in tcp_send()
2174 ixa->ixa_flags &= ~IXAF_REACH_CONF; in tcp_send()
3236 connp->conn_ixa->ixa_flags |= IXAF_REACH_CONF; in tcp_xmit_mp()
3238 connp->conn_ixa->ixa_flags &= ~IXAF_REACH_CONF; in tcp_xmit_mp()
H A Dtcp_input.c2228 connp->conn_ixa->ixa_flags |= IXAF_REACH_CONF; in tcp_ack_mp()
2230 connp->conn_ixa->ixa_flags &= ~IXAF_REACH_CONF; in tcp_ack_mp()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_output.c168 if (ixaflags & IXAF_REACH_CONF) in conn_ip_output()
H A Dip6.c4301 ixaflags &= ~IXAF_REACH_CONF; in ip_fragment_v6()
H A Dip.c11743 ixaflags &= ~IXAF_REACH_CONF; in ip_fragment_v4()
14603 if (ixaflags & IXAF_REACH_CONF) { in ip_xmit()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h2210 #define IXAF_REACH_CONF 0x00000001 /* Reachability confirmation */ macro