Searched refs:ntop2 (Results 1 – 1 of 1) sorted by relevance
553 char name[NI_MAXHOST], ntop2[NI_MAXHOST]; in ssh_remote_hostname() local614 if (getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop2, in ssh_remote_hostname()615 sizeof(ntop2), NULL, 0, NI_NUMERICHOST) == 0 && in ssh_remote_hostname()616 (strcmp(ntop, ntop2) == 0)) in ssh_remote_hostname()