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

  /bionic/libc/netbsd/net/
getnameinfo.c 381 int hostnamelen = android_gethostbyaddr_proxy(&android_proxy_hostent, local
383 if (hostnamelen >= 0) {
384 hp = (hostnamelen > 0) ? &android_proxy_hostent : NULL;

Completed in 70 milliseconds