Lines Matching refs:ntop
752 const char *ntop = ssh_remote_ipaddr(ssh); in remote_hostname() local
760 return xstrdup(ntop); in remote_hostname()
767 debug3("Trying to reverse map address %.100s.", ntop); in remote_hostname()
772 return xstrdup(ntop); in remote_hostname()
785 name, ntop); in remote_hostname()
787 return xstrdup(ntop); in remote_hostname()
807 "[%s] failed.", name, ntop); in remote_hostname()
808 return xstrdup(ntop); in remote_hostname()
814 (strcmp(ntop, ntop2) == 0)) in remote_hostname()
822 "map back to the address.", ntop, name); in remote_hostname()
823 return xstrdup(ntop); in remote_hostname()