Home | History | Annotate | Download | only in resolv

Lines Matching refs:nsort

177 	int nsort = 0;
232 statp->nsort = 0;
379 while (nsort < MAXRESOLVSORT) {
391 statp->sort_list[nsort].addr = a;
402 statp->sort_list[nsort].mask = a.s_addr;
404 statp->sort_list[nsort].mask =
405 net_mask(statp->sort_list[nsort].addr);
408 statp->sort_list[nsort].mask =
409 net_mask(statp->sort_list[nsort].addr);
411 nsort++;
424 statp->nsort = nsort;