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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_fsm.h139 char *tcpstates[] = { variable
H A Dtcp_debug.c195 printf("%x %s:", tp, tcpstates[ostate]);
246 printf(" -> %s", tcpstates[tp->t_state]);
H A Dtcp_usrreq.c128 extern char *tcpstates[]; /* XXX ??? */
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dmptcp.c51 static const char *tcpstates[] = { variable
106 printf("%s\n", tcpstates[tcpci->tcpci_tcp_info.tcpi_state]);
H A Dinet.c483 printf("%-11s", tcpstates[tp->t_state]);
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dptti.c43 #define TCPSTATES /* activate tcpstates[] */
61 TcpSt = (char **)&tcpstates;

Completed in 86 milliseconds