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

/freebsd-13-stable/crypto/openssh/
H A Dchannels.c1346 #define SSH_SOCKS5_NOAUTH 0x00 macro
1383 if (p[i] == SSH_SOCKS5_NOAUTH) {
1389 debug("channel %d: method SSH_SOCKS5_NOAUTH not found",
1399 (r = sshbuf_put_u8(output, SSH_SOCKS5_NOAUTH)) != 0) {

Completed in 165 milliseconds