Searched refs:packet_get_connection_in (Results 1 – 15 of 15) sorted by relevance
228 if (packet_get_connection_in() == packet_get_connection_out()) in roaming_resume()229 close(packet_get_connection_in()); in roaming_resume()231 close(packet_get_connection_in()); in roaming_resume()
224 host = get_remote_hostname(packet_get_connection_in(), use_dns); in get_canonical_hostname()336 get_peer_ipaddr(packet_get_connection_in()); in get_remote_ipaddr()408 return get_sock_port(packet_get_connection_in(), local); in get_port()
29 int packet_get_connection_in(void);
67 int fd = packet_get_connection_in(); in get_recv_buf_size()
780 if (getpeername(packet_get_connection_in(), in do_pre_login()889 if (getpeername(packet_get_connection_in(), in do_login()1275 laddr = get_local_ipaddr(packet_get_connection_in()); in do_setup_env()1648 if (packet_get_connection_in() == packet_get_connection_out()) in child_close_fds()1649 close(packet_get_connection_in()); in child_close_fds()1651 close(packet_get_connection_in()); in child_close_fds()
600 connection_in = packet_get_connection_in(); in server_loop()836 connection_in = packet_get_connection_in(); in server_loop2()
1431 fcntl(packet_get_connection_in(), F_SETFD, 0); in ssh_keysign()1449 buffer_put_int(&b, packet_get_connection_in()); /* send # of socket */ in ssh_keysign()1508 p = get_local_name(packet_get_connection_in()); in userauth_hostbased()
430 #define packet_get_connection_in ssh_packet_get_connection_in macro
1500 connection_in = packet_get_connection_in(); in client_loop()1637 connection_in = packet_get_connection_in(); in client_loop()
1702 getpeername(packet_get_connection_in(), in record_failed_login()
571 int connection_in = packet_get_connection_in(); in ssh_exchange_identification()
465 packet_get_connection_in(void) in packet_get_connection_in() function
1408 if (getpeername(packet_get_connection_in(), in mm_record_login()
615 ci.laddress = get_local_ipaddr(packet_get_connection_in()); in get_connection_info()
843 sd = packet_get_connection_in(); in channel_tcpwinsz()