Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_debug.c150 kprintf("%p %s:", tp, tcpstates[ostate]); in tcp_trace()
201 kprintf(" -> %s", tcpstates[tp->t_state]); in tcp_trace()
H A Dtcp_fsm.h106 const char *tcpstates[] = { variable
H A Dtcp_usrreq.c135 extern char *tcpstates[]; /* XXX ??? */
/dragonfly/usr.sbin/trpt/
H A Dtrpt.c329 printf("%03ld %s:%s ",(long)(ntime/10) % 1000, tcpstates[ostate], in tcp_trace()
409 printf(" -> %s", tcpstates[tp->t_state]); in tcp_trace()
/dragonfly/usr.sbin/pfctl/
H A Dpf_print_state.c259 printf(" %s:%s\n", tcpstates[src->state], in print_state()
260 tcpstates[dst->state]); in print_state()
/dragonfly/usr.bin/netstat/
H A Dinet.c350 printf("%s", tcpstates[tp->t_state]); in outputpcb()
557 state_count[s] == 1 ? "" : "s", tcpstates[s]); in tcp_stats()
/dragonfly/usr.bin/systat/
H A Dnetstat.c374 tcpstates[p->ni_state]); in shownetstat()