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

  /external/openssh/
roaming_client.c 220 resend_bytes(packet_get_connection_out(), &recv_bytes);
231 if (packet_get_connection_in() == packet_get_connection_out())
235 close(packet_get_connection_out());
packet.h 30 int packet_get_connection_out(void);
roaming_common.c 54 int fd = packet_get_connection_out();
serverloop.c 593 connection_out = packet_get_connection_out();
829 connection_out = packet_get_connection_out();
    [all...]
clientloop.c     [all...]
session.c     [all...]
sshconnect.c 442 int connection_out = packet_get_connection_out();
    [all...]
packet.c 468 packet_get_connection_out(void) function
    [all...]

Completed in 310 milliseconds