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

  /external/openssh/
ttymodes.c 359 *n_bytes_ptr = packet_get_int();
362 get_arg = packet_get_int;
390 baud = packet_get_int();
400 baud = packet_get_int();
442 (void) packet_get_int();
466 (void) packet_get_int();
serverloop.c 946 u_int row = packet_get_int();
947 u_int col = packet_get_int();
948 u_int xpixel = packet_get_int();
949 u_int ypixel = packet_get_int();
966 target_port = packet_get_int();
968 originator_port = packet_get_int();
1000 originator_port = packet_get_int();
1030 mode = packet_get_int();
1045 tun = packet_get_int();
1109 rchan = packet_get_int();
    [all...]
roaming_client.c 66 roaming_id = packet_get_int();
70 set_out_buffer_size(packet_get_int() + get_snd_buf_size());
session.c 312 compression_level = packet_get_int();
344 s->screen = packet_get_int();
387 if (packet_set_maxsize(packet_get_int()) > 0)
    [all...]
sshconnect1.c 518 bits = packet_get_int();
530 bits = packet_get_int();
542 server_flags = packet_get_int();
545 supported_ciphers = packet_get_int();
546 supported_authentications = packet_get_int();
clientloop.c     [all...]
channels.c     [all...]
auth1.c 177 bits = packet_get_int();
auth2-chall.c 301 nresp = packet_get_int();
auth2-gss.c 74 mechs = packet_get_int();
opacket.c 257 packet_get_int(void) function
opacket.h 41 u_int packet_get_int(void);
sshconnect2.c 848 /* maj */(void)packet_get_int();
849 /* min */(void)packet_get_int();
    [all...]
ssh.c     [all...]
sshd.c     [all...]
mux.c 607 rfwd->allocated_port = packet_get_int();
    [all...]

Completed in 302 milliseconds