Searched refs:ndots (Results 1 – 9 of 9) sorted by relevance
60 int status, ndots; in ares_search() local104 ndots = 0; in ares_search()108 ndots++; in ares_search()115 if (ndots >= channel->ndots) in ares_search()
109 x->ndots > -1 && x->timeout > -1 && \156 channel->ndots = -1; in ares_init_options()350 options->ndots = channel->ndots; in ares_save_options()429 if ((optmask & ARES_OPT_NDOTS) && channel->ndots == -1) in init_by_options()430 channel->ndots = options->ndots; in init_by_options()1155 if (channel->ndots == -1) in init_by_defaults()1156 channel->ndots = 1; in init_by_defaults()1537 if (val && channel->ndots == -1) in set_options()1538 channel->ndots = aresx_sltosi(strtol(val, NULL, 10)); in set_options()
252 int ndots; member
254 int ndots; member
315 void evdns_search_ndots_set(const int ndots);
481 void evdns_base_search_ndots_set(struct evdns_base *base, const int ndots);
2994 int ndots; member3019 state->ndots = 1; in search_state_new()3097 evdns_base_search_ndots_set(struct evdns_base *base, const int ndots) { in evdns_base_search_ndots_set() argument3101 base->global_search_state->ndots = ndots; in evdns_base_search_ndots_set()3105 evdns_search_ndots_set(const int ndots) { in evdns_search_ndots_set() argument3106 evdns_base_search_ndots_set(current_base, ndots); in evdns_search_ndots_set()3161 if (string_num_dots(name) >= base->global_search_state->ndots) { in search_request_new()3212 if (string_num_dots(handle->search_origname) < handle->search_state->ndots) { in search_try_next()3394 const int ndots = strtoint(val); in evdns_base_set_option_impl() local3395 if (ndots == -1) return -1; in evdns_base_set_option_impl()[all …]
313 echo options ndots:1 >> /etc/resolv.conf.dhcp
108 try and look up the name using WINS. On unix look at "options ndots:"