Home
last modified time | relevance | path

Searched refs:IPF_TCPS_FIN_WAIT_1 (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_state.c3707 nstate = IPF_TCPS_FIN_WAIT_1;
3744 nstate = IPF_TCPS_FIN_WAIT_1;
3751 nstate = IPF_TCPS_FIN_WAIT_1;
3788 if (ostate == IPF_TCPS_FIN_WAIT_1) {
3791 nstate = IPF_TCPS_FIN_WAIT_1;
3797 if (ostate == IPF_TCPS_FIN_WAIT_1) {
3835 case IPF_TCPS_FIN_WAIT_1: /* 6 */
3859 nstate = IPF_TCPS_FIN_WAIT_1;
4216 tqp[IPF_TCPS_FIN_WAIT_1].ifq_ttl = ifs->ifs_fr_tcphalfclosed;
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2419 #define IPF_TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro