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

  /bionic/libc/netbsd/resolv/
res_data.c 313 int len_host, len_domain; local
318 len_domain = strlen(_nres.defdname);
319 if (len_host > len_domain &&
320 !strcasecmp(hostname + len_host - len_domain, _nres.defdname) &&
321 hostname[len_host - len_domain - 1] == '.')
322 return (len_host - len_domain - 1);

Completed in 179 milliseconds