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 319 int len_host, len_domain; local
324 len_domain = strlen(_nres.defdname);
325 if (len_host > len_domain &&
326 !strcasecmp(hostname + len_host - len_domain, _nres.defdname) &&
327 hostname[len_host - len_domain - 1] == '.')
328 return (len_host - len_domain - 1);

Completed in 645 milliseconds