HomeSort by relevance Sort by last modified time
    Searched full:ntop2 (Results 1 - 1 of 1) sorted by null

  /external/openssh/
canohost.c 53 char name[NI_MAXHOST], ntop[NI_MAXHOST], ntop2[NI_MAXHOST]; local
123 if (getnameinfo(ai->ai_addr, ai->ai_addrlen, ntop2,
124 sizeof(ntop2), NULL, 0, NI_NUMERICHOST) == 0 &&
125 (strcmp(ntop, ntop2) == 0))

Completed in 110 milliseconds