Home
last modified time | relevance | path

Searched defs:tcp_debug (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/netinet/
H A Dtcp_debug.h41 struct tcp_debug { struct
42 n_time td_time;
43 short td_act;
44 short td_ostate;
45 void * td_tcb;
46 int td_family;
47 struct {
50 } __packed td_ti; /* XXX is __packed needed here? */
51 struct {
58 } td_ti6;
[all …]
H A Dtcp_debug.c104 struct tcp_debug tcp_debug[TCP_NDEBUG]; variable
/netbsd-src/usr.sbin/trpt/
H A Dtrpt.c140 static struct tcp_debug tcp_debug[TCP_NDEBUG]; variable