Home
last modified time | relevance | path

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

/external/openssh/
Dauth.c190 ipaddr = ssh_remote_ipaddr(ssh); in allowed_user()
318 ssh_remote_ipaddr(ssh), in auth_log()
355 ssh_remote_ipaddr(ssh), in auth_maxtries_exceeded()
386 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in auth_root_allowed()
680 user, ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in getpwnamallow()
831 const char *ntop = ssh_remote_ipaddr(ssh); in remote_hostname()
919 return ssh_remote_ipaddr(ssh); in auth_get_canonical_hostname()
Dsshd.c373 ssh_remote_ipaddr(active_state), ssh_remote_port(active_state)); in grace_alarm_handler()
395 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in sshd_exchange_identification()
405 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in sshd_exchange_identification()
434 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in sshd_exchange_identification()
446 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), in sshd_exchange_identification()
452 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), in sshd_exchange_identification()
478 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), in sshd_exchange_identification()
1397 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), text);
2043 remote_ip = ssh_remote_ipaddr(ssh);
Daudit-linux.c119 ssh_remote_ipaddr(ssh), "sshd", 0); in audit_event()
Dauth-options.c278 const char *remote_ip = ssh_remote_ipaddr(ssh); in auth_parse_options()
536 remote_ip = ssh_remote_ipaddr(ssh); in parse_option_list()
Dpacket.c323 (void)ssh_remote_ipaddr(ssh); in ssh_packet_set_connection()
397 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in ssh_packet_stop_discard()
520 ssh_remote_ipaddr(struct ssh *ssh) in ssh_remote_ipaddr() function
546 (void)ssh_remote_ipaddr(ssh); /* Will lookup and cache. */ in ssh_remote_port()
558 (void)ssh_remote_ipaddr(ssh); /* Will lookup and cache. */ in ssh_local_ipaddr()
567 (void)ssh_remote_ipaddr(ssh); /* Will lookup and cache. */ in ssh_local_port()
1985 "%u: %.400s", ssh_remote_ipaddr(ssh), in ssh_packet_read_poll_seqnr()
2015 "%.400s", ssh_remote_ipaddr(ssh), in ssh_packet_read_poll_seqnr()
2104 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in fmt_connection_id()
Dauth2-hostbased.c173 ipaddr = ssh_remote_ipaddr(ssh); in hostbased_key_allowed()
Dpacket.h157 const char *ssh_remote_ipaddr(struct ssh *);
Dserverloop.c293 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in process_input()
300 ssh_remote_ipaddr(ssh), in process_input()
Dsession.c661 ssh_remote_ipaddr(ssh), in do_exec()
1079 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), in do_setup_env()
1085 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh), in do_setup_env()
2314 ssh_remote_ipaddr(ssh), in session_close()
2590 remote = ssh_remote_ipaddr(ssh); in session_get_remote_name_or_ip()
Dssh.c1424 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in main()
Dservconf.c708 ci.address = ssh_remote_ipaddr(ssh); in get_connection_info()
DChangeLog3061 get_remote_ipaddr() was replaced with ssh_remote_ipaddr()