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