/src/sys/netinet/ |
tcp_debug.c | 105 int tcp_debx; variable in typeref:typename:int 116 struct tcp_debug *td = &tcp_debug[tcp_debx++]; 118 if (tcp_debx == TCP_NDEBUG) 119 tcp_debx = 0;
|
tcp_debug.c | 105 int tcp_debx; variable in typeref:typename:int 116 struct tcp_debug *td = &tcp_debug[tcp_debx++]; 118 if (tcp_debx == TCP_NDEBUG) 119 tcp_debx = 0;
|
/src/usr.sbin/trpt/ |
trpt.c | 141 static int tcp_debx; variable in typeref:typename:int 212 size_t lenx = sizeof(tcp_debx); 215 if (sysctlbyname("net.inet.tcp.debx", &tcp_debx, &lenx, 229 if (kvm_read(kd, nl[N_TCP_DEBX].n_value, (char *)&tcp_debx, 230 sizeof(tcp_debx)) != sizeof(tcp_debx)) 231 errx(3, "tcp_debx: %s", kvm_geterr(kd)); 282 int prev_debx = tcp_debx; 286 if (--tcp_debx < 0) 287 tcp_debx = TCP_NDEBUG - 1 [all...] |
trpt.c | 141 static int tcp_debx; variable in typeref:typename:int 212 size_t lenx = sizeof(tcp_debx); 215 if (sysctlbyname("net.inet.tcp.debx", &tcp_debx, &lenx, 229 if (kvm_read(kd, nl[N_TCP_DEBX].n_value, (char *)&tcp_debx, 230 sizeof(tcp_debx)) != sizeof(tcp_debx)) 231 errx(3, "tcp_debx: %s", kvm_geterr(kd)); 282 int prev_debx = tcp_debx; 286 if (--tcp_debx < 0) 287 tcp_debx = TCP_NDEBUG - 1 [all...] |