Home
last modified time | relevance | path

Searched refs:get_local_ipaddr (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dcanohost.h20 char *get_local_ipaddr(int);
Dcanohost.c124 get_local_ipaddr(int sock) in get_local_ipaddr() function
Dsshd.c1214 char *laddr = get_local_ipaddr(*newsock);
2140 laddr = get_local_ipaddr(sock_in);
Dauth-pam.c720 sshpam_laddr = get_local_ipaddr( in sshpam_init()
Dsession.c1177 laddr = get_local_ipaddr(ssh_packet_get_connection_in(ssh)); in do_setup_env()
Dpacket.c534 ssh->local_ipaddr = get_local_ipaddr(sock); in ssh_remote_ipaddr()
Dchannels.c1703 char *local_ipaddr = get_local_ipaddr(c->sock); in port_open_helper()