Home
last modified time | relevance | path

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

/external/openssh/
Ddefines.h831 #ifndef SSH_IOBUFSZ
832 # define SSH_IOBUFSZ 8192 macro
Dclientloop.c759 char buf[SSH_IOBUFSZ]; in client_process_net_input()
1332 char buf[SSH_IOBUFSZ]; in client_process_input()
Dconfig.h.in1626 #undef SSH_IOBUFSZ
Dconfigure.ac586 AC_DEFINE([SSH_IOBUFSZ], [65535], [Windows is sensitive to read buffer size]) definition