Lines Matching refs:ntop
554 const char *ntop = ssh_remote_ipaddr(ssh); in ssh_remote_hostname() local
562 return xstrdup(ntop); in ssh_remote_hostname()
569 debug3("trying to reverse map address %.100s.", ntop); in ssh_remote_hostname()
574 return xstrdup(ntop); in ssh_remote_hostname()
587 name, ntop); in ssh_remote_hostname()
589 return xstrdup(ntop); in ssh_remote_hostname()
609 "[%s] failed.", name, ntop); in ssh_remote_hostname()
610 return xstrdup(ntop); in ssh_remote_hostname()
616 (strcmp(ntop, ntop2) == 0)) in ssh_remote_hostname()
624 "map back to the address.", ntop, name); in ssh_remote_hostname()
625 return xstrdup(ntop); in ssh_remote_hostname()