Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dchannels.c1577 u_int have, need, i, found, nmethods, addrlen, af; in channel_decode_socks5() local
1589 nmethods = p[1]; in channel_decode_socks5()
1590 if (have < nmethods + 2) in channel_decode_socks5()
1593 for (found = 0, i = 2; i < nmethods + 2; i++) { in channel_decode_socks5()
1604 if ((r = sshbuf_consume(input, nmethods + 2)) != 0) in channel_decode_socks5()