Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDroaming_client.c228 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()
HDcanohost.c224 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()
HDpacket.h29 int packet_get_connection_in(void);
HDroaming_common.c67 int fd = packet_get_connection_in(); in get_recv_buf_size()
HDsession.c780 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()
HDserverloop.c600 connection_in = packet_get_connection_in(); in server_loop()
836 connection_in = packet_get_connection_in(); in server_loop2()
HDsshconnect2.c1431 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()
HDssh_namespace.h430 #define packet_get_connection_in ssh_packet_get_connection_in macro
HDclientloop.c1500 connection_in = packet_get_connection_in(); in client_loop()
1637 connection_in = packet_get_connection_in(); in client_loop()
HDloginrec.c1702 getpeername(packet_get_connection_in(), in record_failed_login()
HDsshconnect.c571 int connection_in = packet_get_connection_in(); in ssh_exchange_identification()
HDpacket.c465 packet_get_connection_in(void) in packet_get_connection_in() function
HDmonitor.c1408 if (getpeername(packet_get_connection_in(), in mm_record_login()
HDservconf.c615 ci.laddress = get_local_ipaddr(packet_get_connection_in()); in get_connection_info()
HDchannels.c843 sd = packet_get_connection_in(); in channel_tcpwinsz()