Searched refs:tcpstates (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_debug.c | 164 printf("%p %s:", tp, tcpstates[ostate]); in tcp_trace() 213 printf(" -> %s", tcpstates[tp->t_state]); in tcp_trace()
|
| H A D | tcp_fsm.h | 108 static char const * const tcpstates[] = { variable
|
| H A D | toecore.c | 238 ("%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 D | tcp_input.c | 2330 s, __func__, tcpstates[tp->t_state], tlen); in tcp_do_segment()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_fsm.h | 108 static char const * const tcpstates[] = { variable
|
| /f-stack/tools/netstat/ |
| H A D | inet.c | 545 tcpstates[tp->t_state]); in protopr() 876 tcpstates[i], tcpstates[i]); in tcp_stats()
|