Searched defs:tcp_state_wait (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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) {
955 * The TCP could be closed in tcp_state_wait called by
988 if (tcp_state_wait(sock_id, tcp, TCPS_TIME_WAIT) < 0) {
1420 /* tcp_state_wait() will finish the 3 way handshake. */
1421 return (tcp_state_wait(sock_id, tcp, TCPS_ESTABLISHED));
1700 tcp_state_wait(int sock_id, tcp_t *tcp, int state) function
1742 printf("tcp_state_wait for state %d: unexpected "
1768 printf("tcp_state_wait other side dead: state %d "
1778 * indicator to tcp_state_wait t
[all...]

Completed in 51 milliseconds