Searched refs:packet_get_connection_in (Results 1 – 12 of 12) sorted by relevance
/external/openssh/ |
D | roaming_client.c | 222 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()
|
D | canohost.c | 225 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()
|
D | roaming_common.c | 64 int fd = packet_get_connection_in(); in get_recv_buf_size()
|
D | opacket.h | 57 #define packet_get_connection_in() \ macro
|
D | session.c | 760 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()
|
D | serverloop.c | 599 connection_in = packet_get_connection_in(); in server_loop() 835 connection_in = packet_get_connection_in(); in server_loop2()
|
D | sshconnect2.c | 1470 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()
|
D | clientloop.c | 1501 connection_in = packet_get_connection_in(); in client_loop() 1640 connection_in = packet_get_connection_in(); in client_loop()
|
D | loginrec.c | 1702 getpeername(packet_get_connection_in(), in record_failed_login()
|
D | sshconnect.c | 548 int connection_in = packet_get_connection_in(); in ssh_exchange_identification()
|
D | monitor.c | 1493 if (getpeername(packet_get_connection_in(), in mm_record_login()
|
D | servconf.c | 708 ci.laddress = get_local_ipaddr(packet_get_connection_in()); in get_connection_info()
|