Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp.c320 static int tcp_state_wait(int, tcp_t *, int);
863 tcp_state_wait(sock_id, tcp, TCPS_FIN_WAIT_2) < 0) { in tcp_shutdown()
988 if (tcp_state_wait(sock_id, tcp, TCPS_TIME_WAIT) < 0) { in tcp_close()
1421 return (tcp_state_wait(sock_id, tcp, TCPS_ESTABLISHED)); in tcp_connect()
1700 tcp_state_wait(int sock_id, tcp_t *tcp, int state) in tcp_state_wait() function
2935 if (tcp_state_wait(sock_id, tcp, TCPS_ALL_ACKED) < 0) { in tcp_rput_data()
5185 (void) tcp_state_wait(sock_id, tcp, TCPS_ALL_ACKED); in tcp_wput_data()