Home
last modified time | relevance | path

Searched refs:ndots (Results 1 – 9 of 9) sorted by relevance

/external/c-ares/
Dares_search.c60 int status, ndots; in ares_search() local
104 ndots = 0; in ares_search()
108 ndots++; in ares_search()
115 if (ndots >= channel->ndots) in ares_search()
Dares_init.c109 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()
Dares_private.h252 int ndots; member
Dares.h254 int ndots; member
/external/libevent/include/event2/
Ddns_compat.h315 void evdns_search_ndots_set(const int ndots);
Ddns.h481 void evdns_base_search_ndots_set(struct evdns_base *base, const int ndots);
/external/libevent/
Devdns.c2994 int ndots; member
3019 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() argument
3101 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() argument
3106 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() local
3395 if (ndots == -1) return -1; in evdns_base_set_option_impl()
[all …]
/external/iproute2/examples/
Ddhcp-client-script313 echo options ndots:1 >> /etc/resolv.conf.dhcp
/external/dnsmasq/
DFAQ108 try and look up the name using WINS. On unix look at "options ndots:"