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

/freebsd-10.0-release/crypto/openssh/
H A Dsshconnect1.c96 type = packet_read();
136 type = packet_read();
226 type = packet_read();
310 type = packet_read();
343 type = packet_read();
370 type = packet_read();
401 type = packet_read();
432 type = packet_read();
466 type = packet_read();
691 type = packet_read();
[all...]
H A Droaming_client.c178 if ((type = packet_read()) != SSH2_MSG_KEXINIT) {
200 (void)packet_read(); /* Wrong guess - discard packet */
207 if ((type = packet_read()) != SSH2_MSG_KEX_ROAMING_AUTH_REQUIRED) {
214 if ((type = packet_read()) != SSH2_MSG_KEX_ROAMING_AUTH_OK) {
H A Dpacket.h60 int packet_read(void);
H A Dkexgexs.c72 type = packet_read();
H A Dauth1.c273 type = packet_read();
H A Dssh.c1246 type = packet_read();
1285 type = packet_read();
1311 type = packet_read();
1333 type = packet_read();
H A Dkex.c541 type = packet_read();
H A Dssh_namespace.h385 #define packet_read ssh_packet_read macro
H A Dpacket.c1059 DBG(debug("packet_read()"));
1138 packet_read(void) function
1153 type = packet_read();
H A Dserverloop.c784 type = packet_read();
H A Dsession.c328 type = packet_read();
H A Dsshconnect2.c392 type = packet_read();
H A Dchannels.c3066 type = packet_read();

Completed in 111 milliseconds