Searched refs:ndots (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Ddns_compat.h256 ndots, timeout, max-timeouts, max-inflight, and attempts
321 Set the 'ndots' parameter for searches.
330 @param ndots the new ndots parameter
333 void evdns_search_ndots_set(const int ndots);
H A Ddns.h101 * number is greater than the ndots setting then the names is first tried
104 * The ndots setting can either be set from a resolv.conf, or by calling
107 * For example, with ndots set to 1 (the default) and a search domain list of
457 ndots, timeout, max-timeouts, max-inflight, attempts, randomize-case,
548 Set the 'ndots' parameter for searches.
553 @param ndots the new ndots parameter
556 void evdns_base_search_ndots_set(struct evdns_base *base, const int ndots);
/freebsd-current/contrib/libevent/include/event2/
H A Ddns_compat.h256 ndots, timeout, max-timeouts, max-inflight, and attempts
321 Set the 'ndots' parameter for searches.
330 @param ndots the new ndots parameter
333 void evdns_search_ndots_set(const int ndots);
H A Ddns.h101 * number is greater than the ndots setting then the names is first tried
104 * The ndots setting can either be set from a resolv.conf, or by calling
107 * For example, with ndots set to 1 (the default) and a search domain list of
457 ndots, timeout, max-timeouts, max-inflight, attempts, randomize-case,
548 Set the 'ndots' parameter for searches.
553 @param ndots the new ndots parameter
556 void evdns_base_search_ndots_set(struct evdns_base *base, const int ndots);
/freebsd-current/lib/libc/resolv/
H A Dres_init.c215 statp->ndots = 1;
599 if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) {
600 i = atoi(cp + sizeof("ndots:") - 1);
602 statp->ndots = i;
604 statp->ndots = RES_MAXNDOTS;
607 printf(";;\tndots=%d\n", statp->ndots);
H A Dres_query.c237 * try 'as is'. The threshold can be set with the "ndots" option.
241 if (dots >= statp->ndots || trailing_dot) {
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devdns.c3070 /* The ndots option controls how many dots it takes for the resolver */
3081 int ndots; member in struct:search_state
3106 state->ndots = 1;
3184 evdns_base_search_ndots_set(struct evdns_base *base, const int ndots) { argument
3188 base->global_search_state->ndots = ndots;
3192 evdns_search_ndots_set(const int ndots) { argument
3193 evdns_base_search_ndots_set(current_base, ndots);
3251 if (string_num_dots(name) >= base->global_search_state->ndots) {
3302 if (string_num_dots(handle->search_origname) < handle->search_state->ndots) {
3490 const int ndots = strtoint(val); local
[all...]
/freebsd-current/contrib/libevent/
H A Devdns.c3070 /* The ndots option controls how many dots it takes for the resolver */
3081 int ndots; member in struct:search_state
3106 state->ndots = 1;
3184 evdns_base_search_ndots_set(struct evdns_base *base, const int ndots) { argument
3188 base->global_search_state->ndots = ndots;
3192 evdns_search_ndots_set(const int ndots) { argument
3193 evdns_base_search_ndots_set(current_base, ndots);
3251 if (string_num_dots(name) >= base->global_search_state->ndots) {
3302 if (string_num_dots(handle->search_origname) < handle->search_state->ndots) {
3490 const int ndots = strtoint(val); local
[all...]
/freebsd-current/include/
H A Dresolv.h168 unsigned ndots:4; /*%< threshold for initial abs. query */ member in struct:__res_state
/freebsd-current/contrib/ldns-host/
H A Dldns-host.c38 ndots(const char *name) { function
598 "Usage: %s [-aCdilrsTvw46] [-c class] [-N ndots] [-R number]\n"
1074 (res, safe_str2rdf_dname(o_name), ndots(o_name) >= o_ndots);
/freebsd-current/crypto/openssh/
H A Dssh.c428 int i, direct, ndots; local
483 ndots = 0;
486 ndots++;
488 if (ndots > options.canonicalize_max_dots) {
/freebsd-current/lib/libc/net/
H A Dgetaddrinfo.c2857 * try 'as is'. The threshold can be set with the "ndots" option.
2861 if (dots >= res->ndots || trailing_dot) {

Completed in 330 milliseconds