Home
last modified time | relevance | path

Searched refs:tcp_state (Results 1 – 3 of 3) sorted by relevance

/u-boot/include/net/
A Dtcp.h269 enum tcp_state { enum
280 enum tcp_state tcp_get_tcp_state(void);
281 void tcp_set_tcp_state(enum tcp_state new_state);
/u-boot/net/
A Dtcp.c68 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()
A Dwget.c287 enum tcp_state wget_tcp_state = tcp_get_tcp_state(); in wget_handler()

Completed in 11 milliseconds