/src/sys/netinet/ |
tcp_fsm.h | 86 #ifdef TCPSTATES 87 const char * const tcpstates[] = { variable in typeref:typename:const char * const[] 93 extern const char * const tcpstates[];
|
tcp_debug.c | 73 #define TCPSTATES 161 printf("%p %s:", tp, tcpstates[ostate]); 206 printf(" -> %s", tcpstates[tp->t_state]);
|
/src/dist/pf/sbin/pfctl/ |
pf_print_state.c | 37 #define TCPSTATES 231 printf(" %s:%s\n", tcpstates[src->state], 232 tcpstates[dst->state]);
|
/src/usr.sbin/pf/pfs/ |
parse.y | 59 extern const char * const tcpstates[]; 364 if (strcmp(str, tcpstates[i]) == 0)
|
pfs.c | 42 #define TCPSTATES 249 fprintf(f, "state %s", tcpstates[peer->state]);
|
/src/usr.sbin/trpt/ |
trpt.c | 104 #define TCPSTATES 416 printf("%03d %s:%s ", (ntime/10) % 1000, tcpstates[ostate], 506 printf(" -> %s", tcpstates[tp->t_state]);
|
/src/usr.bin/netstat/ |
inet6.c | 106 #define tcp6states tcpstates 112 extern const char * const tcpstates[]; 222 tcpstates[t_state]);
|
inet.c | 70 #define TCPSTATES 167 tcpstates[t_state]); 1088 printf("State: %s", tcpstates[tcpcb.t_state]);
|
/src/usr.bin/systat/ |
netstat.c | 65 #define TCPSTATES 519 tcpstates[p->ni_state]);
|