Home
last modified time | relevance | path

Searched refs:packet_get_connection_in (Results 1 – 12 of 12) sorted by relevance

/external/openssh/
Droaming_client.c222 if (packet_get_connection_in() == packet_get_connection_out()) in roaming_resume()
223 close(packet_get_connection_in()); in roaming_resume()
225 close(packet_get_connection_in()); in roaming_resume()
Dcanohost.c225 host = get_remote_hostname(packet_get_connection_in(), use_dns); in get_canonical_hostname()
347 get_peer_ipaddr(packet_get_connection_in()); in get_remote_ipaddr()
423 return get_sock_port(packet_get_connection_in(), local); in get_port()
Droaming_common.c64 int fd = packet_get_connection_in(); in get_recv_buf_size()
Dopacket.h57 #define packet_get_connection_in() \ macro
Dsession.c760 if (getpeername(packet_get_connection_in(), in do_pre_login()
869 if (getpeername(packet_get_connection_in(), in do_login()
1246 laddr = get_local_ipaddr(packet_get_connection_in()); in do_setup_env()
1635 if (packet_get_connection_in() == packet_get_connection_out()) in child_close_fds()
1636 close(packet_get_connection_in()); in child_close_fds()
1638 close(packet_get_connection_in()); in child_close_fds()
Dserverloop.c599 connection_in = packet_get_connection_in(); in server_loop()
835 connection_in = packet_get_connection_in(); in server_loop2()
Dsshconnect2.c1470 int i, r, to[2], from[2], status, sock = packet_get_connection_in(); in ssh_keysign()
1647 if ((lname = get_local_name(packet_get_connection_in())) == NULL) { in userauth_hostbased()
Dclientloop.c1501 connection_in = packet_get_connection_in(); in client_loop()
1640 connection_in = packet_get_connection_in(); in client_loop()
Dloginrec.c1702 getpeername(packet_get_connection_in(), in record_failed_login()
Dsshconnect.c548 int connection_in = packet_get_connection_in(); in ssh_exchange_identification()
Dmonitor.c1493 if (getpeername(packet_get_connection_in(), in mm_record_login()
Dservconf.c708 ci.laddress = get_local_ipaddr(packet_get_connection_in()); in get_connection_info()