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

/freebsd-10-stable/lib/libc/resolv/
H A Dres_init.c182 int nsort = 0; local
260 statp->nsort = 0;
443 while (nsort < MAXRESOLVSORT) {
455 statp->sort_list[nsort].addr = a;
466 statp->sort_list[nsort].mask = a.s_addr;
468 statp->sort_list[nsort].mask =
469 net_mask(statp->sort_list[nsort].addr);
472 statp->sort_list[nsort].mask =
473 net_mask(statp->sort_list[nsort].addr);
475 ext->sort_list[nsort]
[all...]
/freebsd-10-stable/usr.sbin/mtree/
H A Dverify.c68 nsort(const FTSENT * const *a, const FTSENT * const *b) function
85 if ((t = fts_open(argv, ftsoptions, nsort)) == NULL)
/freebsd-10-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.c414 if (statp->nsort && haveanswer > 1 && qtype == T_A)
727 for (j = 0 ; (unsigned)j < res->nsort; j++)
H A Dgetaddrinfo.c2168 if (res->nsort && qtype == T_A) {
2219 for (j = 0; (unsigned)j < res->nsort; j++) {
/freebsd-10-stable/include/
H A Dresolv.h168 unsigned nsort:4; /*%< number of elements in sort_list[] */ member in struct:__res_state

Completed in 74 milliseconds