Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_state.c3819 case IPF_TCPS_FIN_WAIT_1 : in ipf_state_flush()
4066 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4103 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4110 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4147 if (ostate == IPF_TCPS_FIN_WAIT_1) { in ipf_tcp_age()
4150 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4156 if (ostate == IPF_TCPS_FIN_WAIT_1) { in ipf_tcp_age()
4194 case IPF_TCPS_FIN_WAIT_1: /* 6 */ in ipf_tcp_age()
4218 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4576 tqp[IPF_TCPS_FIN_WAIT_1].ifq_ttl = softc->ipf_tcphalfclosed; in ipf_sttab_init()
Dip_compat.h1445 #define IPF_TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro
Dip_nat.c6737 case IPF_TCPS_FIN_WAIT_1 : in ipf_nat_extraflush()