Searched refs:nmethods (Results 1 – 2 of 2) sorted by relevance
174 c.nmethods = 1; in main()
1137 u_int have, need, i, found, nmethods, addrlen, af; in channel_decode_socks5() local1148 nmethods = p[1]; in channel_decode_socks5()1149 if (have < nmethods + 2) in channel_decode_socks5()1152 for (found = 0, i = 2; i < nmethods + 2; i++) { in channel_decode_socks5()1163 buffer_consume(&c->input, nmethods + 2); in channel_decode_socks5()