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...] |