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

/freebsd-10.0-release/crypto/openssh/
H A Dcanohost.c231 host = get_remote_hostname(packet_get_connection_in(), use_dns);
343 get_peer_ipaddr(packet_get_connection_in());
415 return get_sock_port(packet_get_connection_in(), local);
H A Droaming_client.c230 if (packet_get_connection_in() == packet_get_connection_out())
231 close(packet_get_connection_in());
233 close(packet_get_connection_in());
H A Dpacket.h30 int packet_get_connection_in(void);
H A Droaming_common.c66 int fd = packet_get_connection_in();
H A Dsession.c781 if (getpeername(packet_get_connection_in(),
867 if (getpeername(packet_get_connection_in(),
1248 laddr = get_local_ipaddr(packet_get_connection_in());
1616 if (packet_get_connection_in() == packet_get_connection_out())
1617 close(packet_get_connection_in());
1619 close(packet_get_connection_in());
H A Dserverloop.c599 connection_in = packet_get_connection_in();
835 connection_in = packet_get_connection_in();
H A Dsshconnect2.c1665 fcntl(packet_get_connection_in(), F_SETFD, 0);
1683 buffer_put_int(&b, packet_get_connection_in()); /* send # of socket */
1742 p = get_local_name(packet_get_connection_in());
H A Dssh_namespace.h349 #define packet_get_connection_in ssh_packet_get_connection_in macro
H A Dclientloop.c1500 connection_in = packet_get_connection_in();
1637 connection_in = packet_get_connection_in();
H A Dloginrec.c1699 getpeername(packet_get_connection_in(),
H A Dsshconnect.c494 int connection_in = packet_get_connection_in();
H A Dpacket.c467 packet_get_connection_in(void) function
H A Dservconf.c627 ci.laddress = get_local_ipaddr(packet_get_connection_in());
H A Dmonitor.c1430 if (getpeername(packet_get_connection_in(),
H A Dchannels.c843 sd = packet_get_connection_in();

Completed in 188 milliseconds