Searched refs:MAXRESOLVSORT (Results 1 – 3 of 3) sorted by relevance
11 #define MAXRESOLVSORT 10 /* number of net to sort on */ macro32 } sort_list[MAXRESOLVSORT];
324 if (nsort > MAXRESOLVSORT) in resolv_conf_matches()325 nsort = MAXRESOLVSORT; in resolv_conf_matches()539 if (nsort > MAXRESOLVSORT) in update_from_conf()540 nsort = MAXRESOLVSORT; in update_from_conf()
168 for (int i = 0; i < resp->nsort && i < MAXRESOLVSORT; ++i) in print_resp()
Completed in 9 milliseconds