Home
last modified time | relevance | path

Searched refs:tcp_debug (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.sbin/trpt/
H A Dtrpt.c110 struct tcp_debug tcp_debug[TCP_NDEBUG]; variable
207 if (kvm_read(kd, nl[N_TCP_DEBUG].n_value, (char *)tcp_debug, in main()
208 sizeof(tcp_debug)) != sizeof(tcp_debug)) in main()
219 struct tcp_debug *td = &tcp_debug[i]; in main()
254 struct tcp_debug *td; in dotrace()
262 td = &tcp_debug[i]; in dotrace()
273 td = &tcp_debug[i]; in dotrace()
294 if (kvm_read(kd, nl[N_TCP_DEBUG].n_value, (char *)tcp_debug, in dotrace()
295 sizeof(tcp_debug)) != sizeof(tcp_debug)) in dotrace()
/openbsd-src/sys/netinet/
H A Dtcp_debug.c117 struct tcp_debug tcp_debug[TCP_NDEBUG]; /* [D] */ variable
133 struct tcp_debug *td; in tcp_trace()
139 td = &tcp_debug[tcp_debx++]; in tcp_trace()
H A Dtcp_debug.h80 struct tcp_debug { struct
104 extern struct tcp_debug tcp_debug[]; argument
/openbsd-src/sys/conf/
H A Dfiles909 file netinet/tcp_debug.c !small_kernel