Searched defs:tcp_debug (Results 1 – 2 of 2) sorted by relevance
38 struct tcp_debug { struct39 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]; argument
83 static struct tcp_debug tcp_debug[TCP_NDEBUG]; variable