Searched refs:tcp_rcv_buf_poll (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h149 int tcp_rcv_buf_poll; /* Option to poll recv buf every window member in struct:__anon4957
H A Dservconf.h188 int tcp_rcv_buf_poll; /* Poll TCP rcv window in autotuning member in struct:__anon4965
H A Dreadconf.c1110 intptr = &options->tcp_rcv_buf_poll;
1327 options->tcp_rcv_buf_poll = -1;
1521 if (options->tcp_rcv_buf_poll == -1)
1522 options->tcp_rcv_buf_poll = 1;
H A Dssh.c1479 } else if (options.tcp_rcv_buf_poll <= 0) {
1503 if (!options.hpn_disabled && options.tcp_rcv_buf_poll > 0) {
H A Dservconf.c161 options->tcp_rcv_buf_poll = -1;
1670 intptr = &options->tcp_rcv_buf_poll;
H A Dserverloop.c1061 if (!options.hpn_disabled && options.tcp_rcv_buf_poll)

Completed in 79 milliseconds