Home
last modified time | relevance | path

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

/netbsd/usr.sbin/trpt/
H A Dtrpt.c140 static struct tcp_debug tcp_debug[TCP_NDEBUG]; variable
213 size_t lend = sizeof(tcp_debug); in main()
234 sizeof(tcp_debug)) != sizeof(tcp_debug)) in main()
246 struct tcp_debug *td = &tcp_debug[i]; in main()
281 struct tcp_debug *td; in dotrace()
289 td = &tcp_debug[i]; in dotrace()
316 td = &tcp_debug[i]; in dotrace()
362 size_t len = sizeof(tcp_debug); in dotrace()
364 if (sysctlbyname("net.inet.tcp.debug", &tcp_debug, in dotrace()
369 (char *)tcp_debug, in dotrace()
[all …]
/netbsd/sys/netinet/
H A Dtcp_debug.c104 struct tcp_debug tcp_debug[TCP_NDEBUG]; variable
116 struct tcp_debug *td = &tcp_debug[tcp_debx++]; in tcp_trace()
H A Dfiles.netinet43 file netinet/tcp_debug.c (inet | inet6) & tcp_debug
H A Dtcp_debug.h41 struct tcp_debug { struct
H A DMakefile11 tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h tcp_syncache.h tcp_timer.h \
H A Dtcp_usrreq.c1882 extern struct tcp_debug tcp_debug[TCP_NDEBUG]; in sysctl_net_inet_tcp_setup2()
2225 NULL, 0, &tcp_debug, sizeof(tcp_debug), in sysctl_net_inet_tcp_setup2()
/netbsd/distrib/sets/lists/comp/
H A Dmi2745 ./usr/include/netinet/tcp_debug.h comp-c-include