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

/freebsd-10.0-release/lib/libc/resolv/
H A Dres_init.c166 int nsort = 0; local
240 statp->nsort = 0;
410 while (nsort < MAXRESOLVSORT) {
422 statp->sort_list[nsort].addr = a;
433 statp->sort_list[nsort].mask = a.s_addr;
435 statp->sort_list[nsort].mask =
436 net_mask(statp->sort_list[nsort].addr);
439 statp->sort_list[nsort].mask =
440 net_mask(statp->sort_list[nsort].addr);
442 ext->sort_list[nsort]
[all...]
/freebsd-10.0-release/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.0-release/lib/libc/net/
H A Dname6.c593 int nsort = statp->nsort; local
595 if (hp == NULL || hp->h_addr_list[1] == NULL || nsort == 0)
598 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.c2049 if (res->nsort && qtype == T_A) {
2096 for (j = 0; (unsigned)j < res->nsort; j++) {
/freebsd-10.0-release/include/
H A Dresolv.h168 unsigned nsort:4; /*%< number of elements in sort_list[] */ member in struct:__res_state

Completed in 160 milliseconds