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

/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c1128 #define SSH_SOCKS5_NOAUTH 0x00 macro
1163 if (p[i] == SSH_SOCKS5_NOAUTH) {
1169 debug("channel %d: method SSH_SOCKS5_NOAUTH not found",
1175 buffer_put_char(&c->output, SSH_SOCKS5_NOAUTH); /* method */

Completed in 87 milliseconds