Searched refs:get_remote_ipaddr (Results 1 – 14 of 14) sorted by relevance
/external/openssh/ |
D | auth.c | 186 ipaddr = get_remote_ipaddr(); in allowed_user() 303 get_remote_ipaddr(), in auth_log() 338 get_remote_ipaddr(), in auth_maxtries_exceeded() 365 logit("ROOT LOGIN REFUSED FROM %.200s", get_remote_ipaddr()); in auth_root_allowed() 651 user, get_remote_ipaddr()); in getpwnamallow()
|
D | canohost.h | 16 const char *get_remote_ipaddr(void);
|
D | sshd.c | 374 sigdie("Timeout before authentication for %s", get_remote_ipaddr()); in grace_alarm_handler() 442 logit("Could not write ident string to %s", get_remote_ipaddr()); in sshd_exchange_identification() 451 get_remote_ipaddr()); in sshd_exchange_identification() 480 get_remote_ipaddr(), get_remote_port()); in sshd_exchange_identification() 492 get_remote_ipaddr(), client_version_string); in sshd_exchange_identification() 497 get_remote_ipaddr(), client_version_string); in sshd_exchange_identification() 550 get_remote_ipaddr(), in sshd_exchange_identification() 2130 remote_ip = get_remote_ipaddr(); 2299 get_remote_ipaddr(), 2317 get_remote_ipaddr(), [all …]
|
D | audit-linux.c | 118 get_remote_ipaddr(), "sshd", 0); in audit_event()
|
D | canohost.c | 341 get_remote_ipaddr(void) in get_remote_ipaddr() function 365 remote = get_remote_ipaddr(); in get_remote_name_or_ip()
|
D | auth-options.c | 250 const char *remote_ip = get_remote_ipaddr(); in auth_parse_options() 507 remote_ip = get_remote_ipaddr(); in parse_option_list()
|
D | auth-rhosts.c | 195 ipaddr = get_remote_ipaddr(); in auth_rhosts()
|
D | opacket.h | 152 #define get_remote_ipaddr() \
|
D | auth2-hostbased.c | 173 ipaddr = get_remote_ipaddr(); in hostbased_key_allowed()
|
D | serverloop.c | 408 get_remote_ipaddr()); in process_input() 418 get_remote_ipaddr(), strerror(errno)); in process_input()
|
D | session.c | 822 get_remote_ipaddr(), in do_exec() 1243 get_remote_ipaddr(), get_remote_port(), get_local_port()); in do_setup_env() 1248 get_remote_ipaddr(), get_remote_port(), laddr, get_local_port()); in do_setup_env()
|
D | ssh.c | 1332 get_remote_ipaddr(), get_remote_port()); in main()
|
D | servconf.c | 639 ci.address = get_remote_ipaddr(); in get_connection_info()
|
D | ChangeLog | 5991 identification..." message, as get_remote_ipaddr/get_remote_port
|