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

  /external/chromium_org/net/dns/
dns_config_service.h 57 // is less than |ndots|.
73 int ndots; member in struct:net::DnsConfig
dns_transaction.cc 602 int ndots = CountLabels(labeled_hostname) - 1; local
604 if (ndots > 0 && !config.append_to_multi_label_name) {
612 if (ndots >= config.ndots) {
630 if (ndots > 0 && !had_hostname)
  /external/smack/src/org/xbill/DNS/
ResolverConfig.java 38 private int ndots = -1; field in class:ResolverConfig
101 int ndots = Integer.parseInt(token); local
102 if (ndots >= 0) {
104 System.out.println("setting ndots " + token);
105 return ndots;
123 if (ndots < 0 && lndots > 0)
124 ndots = lndots;
258 if (token.startsWith("ndots:")) {
482 * Returns the located ndots value, or the default (1) if not configured.
483 * Note that ndots can only be configured in a resolv.conf file, and will onl
488 ndots() { method in class:ResolverConfig
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 117 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 117 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 117 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
  /bionic/libc/private/
resolv_private.h 165 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
  /external/chromium/third_party/libevent/
evdns.c 2385 int ndots; member in struct:search_state
2656 const int ndots = strtoint(val); local
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 2385 int ndots; member in struct:search_state
2656 const int ndots = strtoint(val); local
    [all...]

Completed in 163 milliseconds