Searched refs:tcp_drain_input (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 287 static int tcp_drain_input(tcp_t *, int, int); 468 tcp_drain_input(tcp_t *tcp, int sock_id, int timeout) in tcp_drain_input() function 677 if (tcp_drain_input(tcp, sock_id, 5) < 0) in tcp_send() 838 if (tcp_drain_input(tcp, sock_id, 5) < 0) { in tcp_shutdown() 897 if (tcp_drain_input(tcp, sock_id, 5) < 0) { in tcp_close() 978 if (tcp_drain_input(tcp, sock_id, 5) < 0) { in tcp_close() 1076 if (tcp_drain_input(listener, sock_id, 5) < 0) { in tcp_accept()
|