Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dtcp_debug.h53 struct tcp_debug { struct
54 n_time td_time;
55 short td_act;
56 short td_ostate;
57 caddr_t td_tcb;
58 int td_family;
63 struct tcpiphdr td_ti;
64 struct {
92 struct tcp_debug tcp_debug[TCP_NDEBUG]; variable
H A Dtcp_debug.c69 static struct tcp_debug tcp_debug[TCP_NDEBUG]; variable