Home
last modified time | relevance | path

Searched refs:nsort (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libc/resolv/
HDres_init.c181 int nsort = 0; in __res_vinit() local
251 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 …]
/freebsd-13-stable/usr.sbin/fmtree/
HDverify.c66 nsort(const FTSENT * const *a, const FTSENT * const *b) in nsort() function
83 if ((t = fts_open(argv, ftsoptions, nsort)) == NULL) in vwalk()
/freebsd-13-stable/lib/libc/net/
HDname6.c594 int nsort = statp->nsort; in _hpsort() local
596 if (hp == NULL || hp->h_addr_list[1] == NULL || nsort == 0) in _hpsort()
599 for (j = 0; j < nsort; j++) { in _hpsort()
HDgethostbydns.c413 if (statp->nsort && haveanswer > 1 && qtype == T_A) in gethostanswer()
726 for (j = 0 ; (unsigned)j < res->nsort; j++) in addrsort()
HDgetaddrinfo.c2168 if (res->nsort && qtype == T_A) { in getanswer()
2219 for (j = 0; (unsigned)j < res->nsort; j++) { in addr4sort()
/freebsd-13-stable/include/
HDresolv.h170 unsigned nsort:4; /*%< number of elements in sort_list[] */ member