Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c3897 case IPF_TCPS_FIN_WAIT_1 :
4150 nstate = IPF_TCPS_FIN_WAIT_1;
4187 nstate = IPF_TCPS_FIN_WAIT_1;
4194 nstate = IPF_TCPS_FIN_WAIT_1;
4231 if (ostate == IPF_TCPS_FIN_WAIT_1) {
4234 nstate = IPF_TCPS_FIN_WAIT_1;
4240 if (ostate == IPF_TCPS_FIN_WAIT_1) {
4278 case IPF_TCPS_FIN_WAIT_1: /* 6 */
4302 nstate = IPF_TCPS_FIN_WAIT_1;
4668 tqp[IPF_TCPS_FIN_WAIT_1].ifq_ttl = softc->ipf_tcphalfclosed;
H A Dip_compat.h1164 #define IPF_TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro
H A Dip_nat.c6824 case IPF_TCPS_FIN_WAIT_1 :