Home
last modified time | relevance | path

Searched refs:SSH_IOBUFSZ (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Ddefines.h799 #ifndef SSH_IOBUFSZ
800 # define SSH_IOBUFSZ 8192 macro
Dclientloop.c691 char buf[SSH_IOBUFSZ]; in client_process_net_input()
1209 char buf[SSH_IOBUFSZ]; in client_process_input()
Dconfig.h.in1400 #undef SSH_IOBUFSZ
Dconfigure.ac482 AC_DEFINE([SSH_IOBUFSZ], [65535], [Windows is sensitive to read buffer size]) definition