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

/freebsd-11-stable/crypto/openssh/
H A Daudit-linux.c119 ssh_remote_ipaddr(ssh), "sshd", 0);
H A Dauth-options.c278 const char *remote_ip = ssh_remote_ipaddr(ssh);
536 remote_ip = ssh_remote_ipaddr(ssh);
H A Dauth.c192 ipaddr = ssh_remote_ipaddr(ssh);
323 ssh_remote_ipaddr(ssh),
360 ssh_remote_ipaddr(ssh),
391 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
669 user, ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
820 const char *ntop = ssh_remote_ipaddr(ssh);
908 return ssh_remote_ipaddr(ssh);
H A Dauth2-hostbased.c173 ipaddr = ssh_remote_ipaddr(ssh);
H A Dpacket.c325 (void)ssh_remote_ipaddr(ssh);
399 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
522 ssh_remote_ipaddr(struct ssh *ssh) function
548 (void)ssh_remote_ipaddr(ssh); /* Will lookup and cache. */
560 (void)ssh_remote_ipaddr(ssh); /* Will lookup and cache. */
569 (void)ssh_remote_ipaddr(ssh); /* Will lookup and cache. */
1987 "%u: %.400s", ssh_remote_ipaddr(ssh),
2017 "%.400s", ssh_remote_ipaddr(ssh),
2106 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
H A Dpacket.h157 const char *ssh_remote_ipaddr(struct ssh *);
H A Dservconf.c721 ci.address = ssh_remote_ipaddr(ssh);
H A Dserverloop.c293 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
300 ssh_remote_ipaddr(ssh),
H A Dsession.c662 ssh_remote_ipaddr(ssh),
1098 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
1104 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
1572 * ssh_remote_ipaddr there.
2320 ssh_remote_ipaddr(ssh),
2596 remote = ssh_remote_ipaddr(ssh);
H A Dssh.c1437 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
H A Dssh_namespace.h712 #define ssh_remote_ipaddr Fssh_ssh_remote_ipaddr macro
H A Dsshd.c378 ssh_remote_ipaddr(active_state), ssh_remote_port(active_state));
400 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
410 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
439 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh));
451 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
457 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
483 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh),
1372 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), text);
2033 * ssh_remote_ipaddr() caches the remote ip, even if
2036 remote_ip = ssh_remote_ipaddr(ss
[all...]
H A Dauth2.c280 from_ip = ssh_remote_ipaddr(ssh);

Completed in 302 milliseconds