Searched refs:ssh_remote_ipaddr (Results 1 – 12 of 12) sorted by relevance
/external/openssh/ |
D | auth.c | 190 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()
|
D | sshd.c | 373 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);
|
D | audit-linux.c | 119 ssh_remote_ipaddr(ssh), "sshd", 0); in audit_event()
|
D | auth-options.c | 278 const char *remote_ip = ssh_remote_ipaddr(ssh); in auth_parse_options() 536 remote_ip = ssh_remote_ipaddr(ssh); in parse_option_list()
|
D | packet.c | 323 (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()
|
D | auth2-hostbased.c | 173 ipaddr = ssh_remote_ipaddr(ssh); in hostbased_key_allowed()
|
D | packet.h | 157 const char *ssh_remote_ipaddr(struct ssh *);
|
D | serverloop.c | 293 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in process_input() 300 ssh_remote_ipaddr(ssh), in process_input()
|
D | session.c | 661 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()
|
D | ssh.c | 1424 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in main()
|
D | servconf.c | 708 ci.address = ssh_remote_ipaddr(ssh); in get_connection_info()
|
D | ChangeLog | 3061 get_remote_ipaddr() was replaced with ssh_remote_ipaddr()
|