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

/netbsd-current/sys/netinet/
H A Dtcp_fsm.h42 #define TCP_NSTATES 11 macro
71 const u_char tcp_outflags[TCP_NSTATES] = {
/netbsd-current/usr.sbin/pf/pfs/
H A Dparse.y363 while (i < TCP_NSTATES) {
H A Dpfs.c248 if (peer->state < TCP_NSTATES)
/netbsd-current/usr.bin/systat/
H A Dnetstat.c514 if (p->ni_state < 0 || p->ni_state >= TCP_NSTATES)
/netbsd-current/usr.bin/netstat/
H A Dinet6.c107 #define TCP6_NSTATES TCP_NSTATES
218 if (t_state < 0 || t_state >= TCP_NSTATES)
H A Dinet.c163 if (t_state < 0 || t_state >= TCP_NSTATES)
1085 if (tcpcb.t_state < 0 || tcpcb.t_state >= TCP_NSTATES)
/netbsd-current/sys/dist/pf/net/
H A Dpfvar.h65 #define PF_TCPS_PROXY_SRC ((TCP_NSTATES)+0)
66 #define PF_TCPS_PROXY_DST ((TCP_NSTATES)+1)

Completed in 203 milliseconds