Searched refs:TCP_FIN_WAIT_2 (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/net/
H A Dtcp.h267 * @TCP_FIN_WAIT_2: Rec ACK from FIN sent, waiting for FIN
277 TCP_FIN_WAIT_2 enumerator in enum:tcp_state
/u-boot/net/
H A Dtcp.c593 case TCP_FIN_WAIT_2:
594 debug_cond(DEBUG_INT_STATE, "TCP_FIN_WAIT_2 (%x)\n", tcp_flags);
610 current_tcp_state = TCP_FIN_WAIT_2;
H A Dwget.c415 case TCP_FIN_WAIT_2:

Completed in 48 milliseconds