HomeSort by relevance Sort by last modified time
    Searched refs:ndots (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/net/dns/
dns_config_service.cc 102 ndots(1),
120 (ndots == d.ndots) &&
133 ndots = d.ndots;
156 dict->SetInteger("ndots", ndots);
dns_config_service_posix_unittest.cc 39 res->ndots = 2;
87 config->ndots = 2;
dns_config_service.h 89 // is less than |ndots|.
109 int ndots; member in struct:net::DnsConfig
dns_transaction.cc 632 int ndots = CountLabels(labeled_hostname) - 1; local
634 if (ndots > 0 && !config.append_to_multi_label_name) {
642 if (ndots >= config.ndots) {
660 if (ndots > 0 && !had_hostname)
dns_config_service_posix.cc 456 dns_config->ndots = res.ndots;
dns_transaction_unittest.cc 666 config_.ndots = 2;
694 config_.ndots = 2;
802 config_.ndots = 2;
    [all...]
dns_config_service_win.cc 519 config->ndots = 1;
  /external/chromium_org/third_party/libevent/
evdns.h 126 * number is greater than the ndots setting then the names is first tried
129 * The ndots setting can either be set from a resolv.conf, or by calling
132 * For example, with ndots set to 1 (the default) and a search domain list of
370 ndots, timeout, max-timeouts, max-inflight, and attempts
434 Set the 'ndots' parameter for searches.
439 @param ndots the new ndots parameter
441 void evdns_search_ndots_set(const int ndots);
evdns.c 2385 int ndots; member in struct:search_state
2656 const int ndots = strtoint(val); local
    [all...]
  /bionic/libc/dns/resolv/
res_init.c 229 statp->ndots = 1;
508 if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) {
509 i = atoi(cp + sizeof("ndots:") - 1);
511 statp->ndots = i;
513 statp->ndots = RES_MAXNDOTS;
516 printf(";;\tndots=%d\n", statp->ndots);
res_query.c 253 * try 'as is'. The threshold can be set with the "ndots" option.
257 if (dots >= statp->ndots || trailing_dot) {
  /external/iproute2/examples/
dhcp-client-script 313 echo options ndots:1 >> /etc/resolv.conf.dhcp
  /bionic/libc/dns/include/
resolv_private.h 168 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
  /external/chromium_org/net/tools/gdig/
gdig.cc 74 base::StringAppendF(&output, "options ndots:%d\n", dns_config.ndots);
  /bionic/libc/dns/net/
getaddrinfo.c     [all...]

Completed in 345 milliseconds