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

/freebsd-11-stable/lib/libc/resolv/
H A Dres_init.c181 int nsort = 0; local
259 statp->nsort = 0;
442 while (nsort < MAXRESOLVSORT) {
454 statp->sort_list[nsort].addr = a;
465 statp->sort_list[nsort].mask = a.s_addr;
467 statp->sort_list[nsort].mask =
468 net_mask(statp->sort_list[nsort].addr);
471 statp->sort_list[nsort].mask =
472 net_mask(statp->sort_list[nsort].addr);
474 ext->sort_list[nsort]
[all...]
/freebsd-11-stable/usr.sbin/fmtree/
H A Dverify.c68 nsort(const FTSENT * const *a, const FTSENT * const *b) function
85 if ((t = fts_open(argv, ftsoptions, nsort)) == NULL)
/freebsd-11-stable/lib/libc/net/
H A Dname6.c594 int nsort = statp->nsort; local
596 if (hp == NULL || hp->h_addr_list[1] == NULL || nsort == 0)
599 for (j = 0; j < nsort; j++) {
H A Dgethostbydns.c410 if (statp->nsort && haveanswer > 1 && qtype == T_A)
723 for (j = 0 ; (unsigned)j < res->nsort; j++)
H A Dgetaddrinfo.c2165 if (res->nsort && qtype == T_A) {
2216 for (j = 0; (unsigned)j < res->nsort; j++) {
/freebsd-11-stable/include/
H A Dresolv.h168 unsigned nsort:4; /*%< number of elements in sort_list[] */ member in struct:__res_state

Completed in 405 milliseconds