Searched refs:tcp_drain_input (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 286 static int tcp_drain_input(tcp_t *, int, int); 467 tcp_drain_input(tcp_t *tcp, int sock_id, int timeout) in tcp_drain_input() function 676 if (tcp_drain_input(tcp, sock_id, 5) < 0) in tcp_send() 837 if (tcp_drain_input(tcp, sock_id, 5) < 0) { in tcp_shutdown() 896 if (tcp_drain_input(tcp, sock_id, 5) < 0) { in tcp_close() 977 if (tcp_drain_input(tcp, sock_id, 5) < 0) { in tcp_close() 1075 if (tcp_drain_input(listener, sock_id, 5) < 0) { in tcp_accept()
|