Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3518 IPF_TCPS_CLOSE_WAIT,
3616 nstate = IPF_TCPS_CLOSE_WAIT;
3623 tqe->tqe_state[1 - dir] = IPF_TCPS_CLOSE_WAIT;
3806 nstate = IPF_TCPS_CLOSE_WAIT;
3807 } else if (ostate < IPF_TCPS_CLOSE_WAIT) {
3817 case IPF_TCPS_CLOSE_WAIT: /* 5 */
3831 nstate = IPF_TCPS_CLOSE_WAIT;
3838 ostate > IPF_TCPS_CLOSE_WAIT) {
4215 tqp[IPF_TCPS_CLOSE_WAIT].ifq_ttl = ifs->ifs_fr_tcphalfclosed;
H A Dip_nat.c5775 IPF_TCPS_CLOSE_WAIT,
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2417 #define IPF_TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro