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

  /external/openssh/
roaming_client.c 212 resend_bytes(packet_get_connection_out(), &recv_bytes);
222 if (packet_get_connection_in() == packet_get_connection_out())
226 close(packet_get_connection_out());
opacket.h 59 #define packet_get_connection_out() \ macro
roaming_common.c 52 int fd = packet_get_connection_out();
serverloop.c 600 connection_out = packet_get_connection_out();
836 connection_out = packet_get_connection_out();
    [all...]
clientloop.c     [all...]
session.c     [all...]
sshconnect.c 549 int connection_out = packet_get_connection_out();
    [all...]

Completed in 34 milliseconds