Searched defs:tcp (Results 1 – 1 of 1) sorted by relevance
258 struct tcp { /* TCP connection */ struct268 struct tcp *accepted_conn; argument272 net_tcp_closed_cb_t test_closed_cb; argument279 struct tcp_options recv_options; argument300 union tcp_endpoint src; argument301 union tcp_endpoint dst; argument308 enum tcp_state state; argument309 enum tcp_data_mode data_mode; argument327 struct tcp_collision_avoidance_reno ca; argument339 bool tcp_nodelay : 1; argument[all …]
Completed in 5 milliseconds