Searched defs:tcp_debug (Results 1 – 2 of 2) sorted by relevance
17 struct tcp_debug { struct18 n_time td_time;19 short td_act;20 short td_ostate;21 caddr_t td_tcb;22 struct tcpiphdr td_ti;23 short td_req;24 struct tcpcb td_cb;
1251 tcp_debug : 1, /* SO_DEBUG "socket" option. */ member