Lines Matching refs:ntop
550 const char *ntop = ssh_remote_ipaddr(ssh);
558 return xstrdup(ntop);
561 debug3_f("trying to reverse map address %.100s.", ntop);
566 return xstrdup(ntop);
579 name, ntop);
581 return xstrdup(ntop);
601 "[%s] failed.", name, ntop);
602 return xstrdup(ntop);
608 (strcmp(ntop, ntop2) == 0))
616 "map back to the address.", ntop, name);
617 return xstrdup(ntop);