Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_debug.c164 printf("%p %s:", tp, tcpstates[ostate]); in tcp_trace()
213 printf(" -> %s", tcpstates[tp->t_state]); in tcp_trace()
H A Dtcp_fsm.h108 static char const * const tcpstates[] = { variable
H A Dtoecore.c238 ("%s: t_state %s", __func__, tcpstates[tp->t_state])); in toe_listen_start_event()
253 ("%s: t_state %s", __func__, tcpstates[tp->t_state])); in toe_listen_stop_event()
H A Dtcp_input.c2330 s, __func__, tcpstates[tp->t_state], tlen); in tcp_do_segment()
/f-stack/tools/compat/include/netinet/
H A Dtcp_fsm.h108 static char const * const tcpstates[] = { variable
/f-stack/tools/netstat/
H A Dinet.c545 tcpstates[tp->t_state]); in protopr()
876 tcpstates[i], tcpstates[i]); in tcp_stats()