Searched refs:TCP_NSTATES (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dtcp_fsm.h43 #define TCP_NSTATES 11 macro
61 #define TCP6_NSTATES TCP_NSTATES
85 static u_char tcp_outflags[TCP_NSTATES] = {
101 int tcp_acounts[TCP_NSTATES][PRU_NREQ];
/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf.h36 #define PF_TCPS_PROXY_SRC ((TCP_NSTATES)+0)
37 #define PF_TCPS_PROXY_DST ((TCP_NSTATES)+1)
/freebsd-10.1-release/sys/netipx/
H A Dspx_debug.c123 if (ostate >= TCP_NSTATES)
/freebsd-10.1-release/usr.bin/netstat/
H A Dipx.c139 if (spxpcb.s_state >= TCP_NSTATES)
H A Dinet.c553 if (tp->t_state < 0 || tp->t_state >= TCP_NSTATES)
/freebsd-10.1-release/usr.bin/systat/
H A Dnetstat.c515 if (p->ni_state < 0 || p->ni_state >= TCP_NSTATES)

Completed in 66 milliseconds