Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_debug.c184 printf("%x %s:", tp, tcpstates[ostate]);
235 printf(" -> %s", tcpstates[tp->t_state]);
H A Dtcp_fsm.h142 char *tcpstates[] = { variable
H A Dtcp_log.c145 tcpstates[tp->t_state], \
805 tcpstates[tp->t_state], \ in tcp_log_drop_pcb()
1155 tcpstates[new_state], \ in tcp_log_state_change()