Searched refs:get_remote_ipaddr (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | auth.c | 157 ipaddr = get_remote_ipaddr(); in allowed_user() 291 get_remote_ipaddr(), in auth_log() 375 log("ROOT LOGIN REFUSED FROM %.200s", get_remote_ipaddr()); in auth_root_allowed() 588 get_canonical_hostname(options.verify_reverse_mapping), get_remote_ipaddr()); in getpwnamallow() 593 user, get_remote_ipaddr()); in getpwnamallow() 665 get_remote_ipaddr(), get_remote_port(), in run_auth_hook()
|
H A D | sshd.c | 331 fatal("Timeout before authentication for %.200s", get_remote_ipaddr()); in grace_alarm_handler() 534 log("Could not write ident string to %s", get_remote_ipaddr()); in sshd_exchange_identification() 543 get_remote_ipaddr()); in sshd_exchange_identification() 574 client_version_string, get_remote_ipaddr()); in sshd_exchange_identification() 584 get_remote_ipaddr(), client_version_string); in sshd_exchange_identification() 590 get_remote_ipaddr(), client_version_string); in sshd_exchange_identification() 635 get_remote_ipaddr(), in sshd_exchange_identification() 1530 remote_ip = get_remote_ipaddr(); in main() 1706 get_remote_ipaddr(), in ssh1_session_key() 1722 get_remote_ipaddr(), in ssh1_session_key() [all …]
|
H A D | auth2-hostbased.c | 170 ipaddr = get_remote_ipaddr(); in hostbased_key_allowed()
|
H A D | auth-rhosts.c | 161 ipaddr = get_remote_ipaddr(); in auth_rhosts()
|
H A D | auth-options.c | 175 const char *remote_ip = get_remote_ipaddr(); in auth_parse_options()
|
H A D | serverloop.c | 373 get_remote_ipaddr()); in process_input() 383 get_remote_ipaddr(), strerror(errno)); in process_input()
|
H A D | session.c | 1092 get_remote_ipaddr(), get_remote_port(), get_local_port()); in do_setup_env() 1096 get_remote_ipaddr(), get_remote_port(), in do_setup_env()
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | canohost.h | 26 const char *get_remote_ipaddr(void);
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | canohost.c | 272 get_remote_ipaddr(void) in get_remote_ipaddr() function 298 remote = get_remote_ipaddr(); in get_remote_name_or_ip()
|
H A D | packet.c | 215 (void) get_remote_ipaddr(); in packet_set_connection() 988 get_remote_ipaddr()); in packet_read_seqnr() 1290 get_remote_ipaddr(), reason, msg); in packet_read_poll_seqnr() 1317 get_remote_ipaddr(), msg); in packet_read_poll_seqnr()
|