HomeSort by relevance Sort by last modified time
    Searched refs:packet_read (Results 1 - 12 of 12) sorted by null

  /external/openssh/
sshconnect1.c 96 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...]
roaming_client.c 178 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) {
packet.h 56 int packet_read(void);
kexgexs.c 76 type = packet_read();
auth1.c 284 type = packet_read();
ssh.c     [all...]
kex.c 469 type = packet_read();
packet.c 1034 DBG(debug("packet_read()"));
1113 packet_read(void) function
1128 type = packet_read();
    [all...]
serverloop.c 779 type = packet_read();
    [all...]
session.c 320 type = packet_read();
    [all...]
sshconnect2.c 379 type = packet_read();
    [all...]
channels.c     [all...]

Completed in 919 milliseconds