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

  /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 175 unsigned ndots:4; /* threshold for initial abs. query */ member in struct:__res_state
  /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
  /external/openssh/
ssh.c 382 int i, ndots; local
411 ndots = 0;
414 ndots++;
416 if (ndots > options.canonicalize_max_dots) {
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c     [all...]

Completed in 3504 milliseconds