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

  /bionic/libc/dns/resolv/
res_init.c 183 int nsort = 0; local
243 statp->nsort = 0;
390 while (nsort < MAXRESOLVSORT) {
402 statp->sort_list[nsort].addr = a;
413 statp->sort_list[nsort].mask = a.s_addr;
415 statp->sort_list[nsort].mask =
416 net_mask(statp->sort_list[nsort].addr);
419 statp->sort_list[nsort].mask =
420 net_mask(statp->sort_list[nsort].addr);
422 nsort++
    [all...]
  /external/c-ares/
ares_private.h 261 int nsort; member in struct:ares_channeldata
ares.h 267 int nsort; member in struct:ares_options
ares_init.c 95 static int sortlist_alloc(struct apattern **sortlist, int *nsort, struct apattern *pat);
101 static int config_sortlist(struct apattern **sortlist, int *nsort,
106 #define ARES_CONFIG_CHECK(x) (x->lookups && x->nsort > -1 && \
164 channel->nsort = -1;
402 if (channel->nsort) {
403 options->sortlist = malloc(channel->nsort * sizeof(struct apattern));
406 for (i = 0; i < channel->nsort; i++)
409 options->nsort = channel->nsort;
501 if ((optmask & ARES_OPT_SORTLIST) && (channel->nsort == -1) &
793 int status = -1, nservers = 0, nsort = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 118 unsigned nsort:4; /* number of elements in sort_list[] */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 118 unsigned nsort:4; /* number of elements in sort_list[] */ member in struct:__res_state
  /bionic/libc/dns/include/
resolv_private.h 177 unsigned nsort:4; /* number of elements in sort_list[] */ member in struct:__res_state

Completed in 659 milliseconds