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.c3517 IPF_TCPS_CLOSE_WAIT,
3615 nstate = IPF_TCPS_CLOSE_WAIT;
3622 tqe->tqe_state[1 - dir] = IPF_TCPS_CLOSE_WAIT;
3805 nstate = IPF_TCPS_CLOSE_WAIT;
3806 } else if (ostate < IPF_TCPS_CLOSE_WAIT) {
3816 case IPF_TCPS_CLOSE_WAIT: /* 5 */
3830 nstate = IPF_TCPS_CLOSE_WAIT;
3837 ostate > IPF_TCPS_CLOSE_WAIT) {
4214 tqp[IPF_TCPS_CLOSE_WAIT].ifq_ttl = ifs->ifs_fr_tcphalfclosed;
H A Dip_nat.c5773 IPF_TCPS_CLOSE_WAIT,
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2412 #define IPF_TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro
2413 /* states > IPF_TCPS_CLOSE_WAIT are those where user has closed */
2417 /* states > IPF_TCPS_CLOSE_WAIT && < IPF_TCPS_FIN_WAIT_2 await ACK of FIN */

Completed in 70 milliseconds