Searched refs:nsort (Results 1 – 6 of 6) sorted by relevance
181 int nsort = 0; in __res_vinit() local251 statp->nsort = 0; in __res_vinit()434 while (nsort < MAXRESOLVSORT) { in __res_vinit()446 statp->sort_list[nsort].addr = a; in __res_vinit()457 statp->sort_list[nsort].mask = a.s_addr; in __res_vinit()459 statp->sort_list[nsort].mask = in __res_vinit()460 net_mask(statp->sort_list[nsort].addr); in __res_vinit()463 statp->sort_list[nsort].mask = in __res_vinit()464 net_mask(statp->sort_list[nsort].addr); in __res_vinit()466 ext->sort_list[nsort].af = AF_INET; in __res_vinit()[all …]
66 nsort(const FTSENT * const *a, const FTSENT * const *b) in nsort() function83 if ((t = fts_open(argv, ftsoptions, nsort)) == NULL) in vwalk()
594 int nsort = statp->nsort; in _hpsort() local596 if (hp == NULL || hp->h_addr_list[1] == NULL || nsort == 0) in _hpsort()599 for (j = 0; j < nsort; j++) { in _hpsort()
413 if (statp->nsort && haveanswer > 1 && qtype == T_A) in gethostanswer()726 for (j = 0 ; (unsigned)j < res->nsort; j++) in addrsort()
2168 if (res->nsort && qtype == T_A) { in getanswer()2219 for (j = 0; (unsigned)j < res->nsort; j++) { in addr4sort()
170 unsigned nsort:4; /*%< number of elements in sort_list[] */ member