OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcp_debx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
tcp_debug.c
105
int
tcp_debx
;
variable
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
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
...]
Completed in 12 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026