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

  /external/openssh/
canohost.c 231 host = get_remote_hostname(packet_get_connection_in(), use_dns);
345 get_peer_ipaddr(packet_get_connection_in());
417 return get_sock_port(packet_get_connection_in(), local);
roaming_client.c 231 if (packet_get_connection_in() == packet_get_connection_out())
232 close(packet_get_connection_in());
234 close(packet_get_connection_in());
packet.h 29 int packet_get_connection_in(void);
roaming_common.c 66 int fd = packet_get_connection_in();
session.c 773 if (getpeername(packet_get_connection_in(),
859 if (getpeername(packet_get_connection_in(),
1229 laddr = get_local_ipaddr(packet_get_connection_in());
    [all...]
serverloop.c 592 connection_in = packet_get_connection_in();
828 connection_in = packet_get_connection_in();
    [all...]
sshconnect2.c     [all...]
clientloop.c     [all...]
loginrec.c     [all...]
sshconnect.c 441 int connection_in = packet_get_connection_in();
    [all...]
packet.c 460 packet_get_connection_in(void) function
    [all...]
monitor.c     [all...]

Completed in 677 milliseconds