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

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c287 static int tcp_drain_input(tcp_t *, int, int);
468 tcp_drain_input(tcp_t *tcp, int sock_id, int timeout) function
476 dprintf("tcp_drain_input(%d): %s\n", sock_id,
507 printf("tcp_drain_input: done with checking packets\n");
513 printf("tcp_drain_input: unexpected packet "
542 printf("tcp_drain_input: done with processing packets\n");
667 * send. In this case, call tcp_drain_input() if the window size is
677 if (tcp_drain_input(tcp, sock_id, 5) < 0)
838 if (tcp_drain_input(tcp, sock_id, 5) < 0) {
897 if (tcp_drain_input(tc
[all...]

Completed in 68 milliseconds