Searched refs:tcp_state (Results 1 – 3 of 3) sorted by relevance
269 enum tcp_state { enum280 enum tcp_state tcp_get_tcp_state(void);281 void tcp_set_tcp_state(enum tcp_state new_state);
68 static enum tcp_state current_tcp_state;78 enum tcp_state tcp_get_tcp_state(void) in tcp_get_tcp_state()87 void tcp_set_tcp_state(enum tcp_state new_state) in tcp_set_tcp_state()
287 enum tcp_state wget_tcp_state = tcp_get_tcp_state(); in wget_handler()
Completed in 11 milliseconds