Searched refs:packet_get_connection_in (Results 1 – 12 of 12) sorted by relevance
231 if (packet_get_connection_in() == packet_get_connection_out()) in roaming_resume()232 close(packet_get_connection_in()); in roaming_resume()234 close(packet_get_connection_in()); in roaming_resume()
231 host = get_remote_hostname(packet_get_connection_in(), use_dns); in get_canonical_hostname()345 get_peer_ipaddr(packet_get_connection_in()); in get_remote_ipaddr()417 return get_sock_port(packet_get_connection_in(), local); in get_port()
29 int packet_get_connection_in(void);
66 int fd = packet_get_connection_in(); in get_recv_buf_size()
773 if (getpeername(packet_get_connection_in(), in do_pre_login()859 if (getpeername(packet_get_connection_in(), in do_login()1229 laddr = get_local_ipaddr(packet_get_connection_in()); in do_setup_env()1582 if (packet_get_connection_in() == packet_get_connection_out()) in child_close_fds()1583 close(packet_get_connection_in()); in child_close_fds()1585 close(packet_get_connection_in()); in child_close_fds()
592 connection_in = packet_get_connection_in(); in server_loop()828 connection_in = packet_get_connection_in(); in server_loop2()
1604 fcntl(packet_get_connection_in(), F_SETFD, 0); in ssh_keysign()1622 buffer_put_int(&b, packet_get_connection_in()); /* send # of socket */ in ssh_keysign()1681 p = get_local_name(packet_get_connection_in()); in userauth_hostbased()
1399 connection_in = packet_get_connection_in(); in client_loop()1536 connection_in = packet_get_connection_in(); in client_loop()
441 int connection_in = packet_get_connection_in(); in ssh_exchange_identification()
1703 getpeername(packet_get_connection_in(), in record_failed_login()
460 packet_get_connection_in(void) in packet_get_connection_in() function
1388 if (getpeername(packet_get_connection_in(), in mm_record_login()