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

/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c1147 u_int have, need, i, found, nmethods, addrlen, af; local
1155 /* format: ver | nmethods | methods */
1158 nmethods = p[1];
1159 if (have < nmethods + 2)
1162 for (found = 0, i = 2; i < nmethods + 2; i++) {
1173 buffer_consume(&c->input, nmethods + 2);

Completed in 148 milliseconds