Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c984 u_int have, need, i, found, nmethods, addrlen; in channel_decode_socks5() local
997 nmethods = p[1]; in channel_decode_socks5()
998 if (have < nmethods + 2) in channel_decode_socks5()
1001 for (found = 0, i = 2 ; i < nmethods + 2; i++) { in channel_decode_socks5()
1014 buffer_consume(&c->input, nmethods + 2); in channel_decode_socks5()