Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dauth.c191 ipaddr = ssh_remote_ipaddr(ssh); in allowed_user()
348 ssh_remote_ipaddr(ssh), in auth_log()
385 ssh_remote_ipaddr(ssh), in auth_maxtries_exceeded()
414 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in auth_root_allowed()
604 user, ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in getpwnamallow()
759 const char *ntop = ssh_remote_ipaddr(ssh); in remote_hostname()
847 return ssh_remote_ipaddr(ssh); in auth_get_canonical_hostname()
1115 const char *remote_ip = ssh_remote_ipaddr(ssh); in auth_authorise_keyopts()
H A Dsshd.c384 ssh_remote_ipaddr(active_state), ssh_remote_port(active_state)); in grace_alarm_handler()
406 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in sshd_exchange_identification()
416 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in sshd_exchange_identification()
445 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in sshd_exchange_identification()
457 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), in sshd_exchange_identification()
463 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), in sshd_exchange_identification()
483 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), in sshd_exchange_identification()
1407 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), text);
2144 remote_ip = ssh_remote_ipaddr(ssh);
H A Daudit-linux.c119 ssh_remote_ipaddr(ssh), "sshd", 0); in audit_event()
H A Dpacket.c317 (void)ssh_remote_ipaddr(ssh); in ssh_packet_set_connection()
391 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in ssh_packet_stop_discard()
517 ssh_remote_ipaddr(struct ssh *ssh) in ssh_remote_ipaddr() function
544 (void)ssh_remote_ipaddr(ssh); /* Will lookup and cache. */ in ssh_remote_port()
556 (void)ssh_remote_ipaddr(ssh); /* Will lookup and cache. */ in ssh_local_ipaddr()
565 (void)ssh_remote_ipaddr(ssh); /* Will lookup and cache. */ in ssh_local_port()
1717 "%u: %.400s", ssh_remote_ipaddr(ssh), in ssh_packet_read_poll_seqnr()
1804 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in sshpkt_fmt_connection_id()
H A Dauth2-hostbased.c176 ipaddr = ssh_remote_ipaddr(ssh); in hostbased_key_allowed()
H A Dpacket.h161 const char *ssh_remote_ipaddr(struct ssh *);
H A Dserverloop.c320 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in process_input()
327 ssh_remote_ipaddr(ssh), in process_input()
H A Dsession.c738 ssh_remote_ipaddr(ssh), in do_exec()
1210 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), in do_setup_env()
1216 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), in do_setup_env()
2370 ssh_remote_ipaddr(ssh), in session_close()
2653 remote = ssh_remote_ipaddr(ssh); in session_get_remote_name_or_ip()
H A Dauth2.c323 from_ip = ssh_remote_ipaddr(ssh); in input_userauth_request()
H A Dssh_namespace.h628 #define ssh_remote_ipaddr Fssh_ssh_remote_ipaddr macro
H A Dssh.c1483 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in main()
H A Dservconf.c934 ci.address = ssh_remote_ipaddr(ssh); in get_connection_info()
H A DChangeLog1383 upstream: make ssh_remote_ipaddr() capable of being called after