Home
last modified time | relevance | path

Searched refs:ntop2 (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dcanohost.c44 char name[NI_MAXHOST], ntop[NI_MAXHOST], ntop2[NI_MAXHOST]; in get_remote_hostname() local
111 if (getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop2, in get_remote_hostname()
112 sizeof(ntop2), NULL, 0, NI_NUMERICHOST) == 0 && in get_remote_hostname()
113 (strcmp(ntop, ntop2) == 0)) in get_remote_hostname()