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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_fsm.h73 #define TCP_NSTATES 11 macro
91 #define TCP6_NSTATES TCP_NSTATES
116 static u_char tcp_outflags[TCP_NSTATES] = {
134 int tcp_acounts[TCP_NSTATES][PRU_NREQ];
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dptti.c60 TcpNstates = TCP_NSTATES;
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dinet.c480 if (tp->t_state < 0 || tp->t_state >= TCP_NSTATES)
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpfvar.h135 #define PF_TCPS_PROXY_SRC ((TCP_NSTATES)+0)
136 #define PF_TCPS_PROXY_DST ((TCP_NSTATES)+1)

Completed in 203 milliseconds