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

  /external/chromium/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/netbsd/resolv/
res_init.c 266 statp->ndots = 1;
611 if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) {
612 i = atoi(cp + sizeof("ndots:") - 1);
614 statp->ndots = i;
616 statp->ndots = RES_MAXNDOTS;
619 printf(";;\tndots=%d\n", statp->ndots);
res_query.c 252 * try 'as is'. The threshold can be set with the "ndots" option.
256 if (dots >= statp->ndots || trailing_dot) {
  /external/iproute2/examples/
dhcp-client-script 313 echo options ndots:1 >> /etc/resolv.conf.dhcp
  /bionic/libc/private/
resolv_private.h 161 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
  /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/netbsd/net/
getaddrinfo.c     [all...]

Completed in 212 milliseconds