Lines Matching defs:ntop
553 const char *ntop = ssh_remote_ipaddr(ssh);
561 return xstrdup(ntop);
568 debug3("trying to reverse map address %.100s.", ntop);
573 return xstrdup(ntop);
586 name, ntop);
588 return xstrdup(ntop);
608 "[%s] failed.", name, ntop);
609 return xstrdup(ntop);
615 (strcmp(ntop, ntop2) == 0))
623 "map back to the address.", ntop, name);
624 return xstrdup(ntop);