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

  /prebuilts/go/darwin-x86/src/net/testdata/
resolv.conf 7 options ndots:5 timeout:10 attempts:3 rotate
  /prebuilts/go/linux-x86/src/net/testdata/
resolv.conf 7 options ndots:5 timeout:10 attempts:3 rotate
  /external/c-ares/
ares_search.c 60 int status, ndots; local
104 ndots = 0;
108 ndots++;
111 /* If ndots is at least the channel ndots threshold (usually 1),
115 if (ndots >= channel->ndots)
ares_init.c 109 x->ndots > -1 && x->timeout > -1 && \
156 channel->ndots = -1;
350 options->ndots = channel->ndots;
429 if ((optmask & ARES_OPT_NDOTS) && channel->ndots == -1)
430 channel->ndots = options->ndots;
    [all...]
ares_private.h 252 int ndots; member in struct:ares_channeldata
ares.h 254 int ndots; member in struct:ares_options
  /external/libevent/include/event2/
dns_compat.h 243 ndots, timeout, max-timeouts, max-inflight, and attempts
304 Set the 'ndots' parameter for searches.
313 @param ndots the new ndots parameter
315 void evdns_search_ndots_set(const int ndots);
dns.h 101 * number is greater than the ndots setting then the names is first tried
104 * The ndots setting can either be set from a resolv.conf, or by calling
107 * For example, with ndots set to 1 (the default) and a search domain list of
393 ndots, timeout, max-timeouts, max-inflight, attempts, randomize-case,
474 Set the 'ndots' parameter for searches.
479 @param ndots the new ndots parameter
481 void evdns_base_search_ndots_set(struct evdns_base *base, const int ndots);
  /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/libevent/
evdns.c 2994 int ndots; member in struct:search_state
3394 const int ndots = strtoint(val); local
    [all...]
  /external/iproute2/examples/
dhcp-client-script 313 echo options ndots:1 >> /etc/resolv.conf.dhcp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/
resolv.h 117 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
  /bionic/libc/dns/include/
resolv_private.h 176 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
  /bionic/libc/dns/net/
getaddrinfo.c     [all...]

Completed in 1498 milliseconds