Searched refs:ssh_remote_ipaddr (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dauth.c124 ipaddr = ssh_remote_ipaddr(ssh);
276 ssh_remote_ipaddr(ssh),
293 ssh_remote_ipaddr(ssh),
322 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
434 user, ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
576 return ssh_remote_ipaddr(ssh);
H A Dpacket.h155 const char *ssh_remote_ipaddr(struct ssh *);
H A Dauth2-hostbased.c181 ipaddr = ssh_remote_ipaddr(ssh);
H A Dpacket.c305 (void)ssh_remote_ipaddr(ssh);
381 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
495 ssh_remote_ipaddr(struct ssh *ssh) function
533 const char *ntop = ssh_remote_ipaddr(ssh);
610 (void)ssh_remote_ipaddr(ssh); /* Will lookup and cache. */
622 (void)ssh_remote_ipaddr(ssh); /* Will lookup and cache. */
631 (void)ssh_remote_ipaddr(ssh); /* Will lookup and cache. */
1803 "%u: %.400s", ssh_remote_ipaddr(ssh),
1955 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
H A Dauth2-pubkey.c242 authctxt->user, ssh_remote_ipaddr(ssh),
256 authctxt->user, ssh_remote_ipaddr(ssh),
769 remote_ip = ssh_remote_ipaddr(ssh);
H A Dsession.c673 ssh_remote_ipaddr(ssh),
918 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
924 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
1265 * ssh_remote_ipaddr there.
2108 ssh_remote_ipaddr(ssh),
2358 remote = ssh_remote_ipaddr(ssh);
H A Dserverloop.c264 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
268 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
H A Dmonitor_wrap.c946 ci.host = use_dns ? ssh_remote_hostname(ssh) : ssh_remote_ipaddr(ssh);
947 ci.address = ssh_remote_ipaddr(ssh);
H A Dsshd-session.c766 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), text);
1154 * ssh_remote_ipaddr() caches the remote ip, even if
1157 remote_ip = ssh_remote_ipaddr(ssh);
H A Dkex.c1411 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
1418 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
H A Dmonitor.c1227 authctxt->user, ssh_remote_ipaddr(ssh),
1239 authctxt->user, ssh_remote_ipaddr(ssh),
H A Dchannels.c4191 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
4197 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
4202 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
4785 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), host, port);
H A Dsshconnect2.c474 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),

Completed in 210 milliseconds