Home
last modified time | relevance | path

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

/external/openssh/
Dsession.c598 if (getpeername(packet_get_connection_in(), in do_pre_login()
710 if (getpeername(packet_get_connection_in(), in do_login()
1083 laddr = get_local_ipaddr(packet_get_connection_in()); in do_setup_env()
1454 if (packet_get_connection_in() == packet_get_connection_out()) in child_close_fds()
1455 close(packet_get_connection_in()); in child_close_fds()
1457 close(packet_get_connection_in()); in child_close_fds()
Dopacket.h55 #define packet_get_connection_in() \ macro
Dserverloop.c363 connection_in = packet_get_connection_in(); in server_loop2()
Dsshconnect2.c1616 int i, r, to[2], from[2], status, sock = packet_get_connection_in(); in ssh_keysign()
1793 if ((lname = get_local_name(packet_get_connection_in())) == NULL) { in userauth_hostbased()
Dloginrec.c1705 getpeername(packet_get_connection_in(), in record_failed_login()
Dsshconnect.c550 int connection_in = packet_get_connection_in(); in ssh_exchange_identification()
Dmonitor.c1412 if (getpeername(packet_get_connection_in(), in mm_record_login()
Dclientloop.c1552 connection_in = packet_get_connection_in(); in client_loop()