Searched refs:ssh_remote_ipaddr (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | auth.c | 191 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 D | sshd.c | 384 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 D | audit-linux.c | 119 ssh_remote_ipaddr(ssh), "sshd", 0); in audit_event()
|
| H A D | packet.c | 317 (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 D | auth2-hostbased.c | 176 ipaddr = ssh_remote_ipaddr(ssh); in hostbased_key_allowed()
|
| H A D | packet.h | 161 const char *ssh_remote_ipaddr(struct ssh *);
|
| H A D | serverloop.c | 320 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in process_input() 327 ssh_remote_ipaddr(ssh), in process_input()
|
| H A D | session.c | 738 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 D | auth2.c | 323 from_ip = ssh_remote_ipaddr(ssh); in input_userauth_request()
|
| H A D | ssh_namespace.h | 628 #define ssh_remote_ipaddr Fssh_ssh_remote_ipaddr macro
|
| H A D | ssh.c | 1483 ssh_remote_ipaddr(ssh), ssh_remote_port(ssh)); in main()
|
| H A D | servconf.c | 934 ci.address = ssh_remote_ipaddr(ssh); in get_connection_info()
|
| H A D | ChangeLog | 1383 upstream: make ssh_remote_ipaddr() capable of being called after
|