Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_debug.h38 struct tcp_debug { struct
39 uint32_t td_time; /* network format */
40 short td_act;
41 short td_ostate;
42 caddr_t td_tcb;
43 int td_family;
48 struct tcpiphdr td_ti;
49 struct {
78 struct tcp_debug tcp_debug[TCP_NDEBUG]; variable
H A Dtcp_debug.c83 static struct tcp_debug tcp_debug[TCP_NDEBUG]; variable