Home
last modified time | relevance | path

Searched full:queries (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/freebsd/contrib/unbound/doc/
H A Dunbound-control.8.in176 Drop the queries that are worked on. Stops working on the queries that the
178 those queries, probably making those users request again later.
179 Useful to make the server restart working on queries with new settings,
183 Show what is worked on. Prints all queries that the server is currently
186 This prints the queries from the first thread, and not queries that are
206 do\-not\-query\-localhost, harden\-short\-bufsize, harden\-large\-queries,
208 harden\-referral\-path, prefetch, prefetch\-key, log\-queries,
277 Without arguments the current list of addresses used to forward all queries
286 queries to. The addresses must be separated with spaces. With '@port' the
297 domains return an error for uncached (new) queries, but cached queries work
[all …]
H A Dunbound-control.8163 Drop the queries that are worked on. Stops working on the queries that the
165 those queries, probably making those users request again later.
166 Useful to make the server restart working on queries with new settings,
170 Show what is worked on. Prints all queries that the server is currently
173 This prints the queries from the first thread, and not queries that are
193 do\-not\-query\-localhost, harden\-short\-bufsize, harden\-large\-queries,
195 harden\-referral\-path, prefetch, prefetch\-key, log\-queries,
262 Without arguments the current list of addresses used to forward all queries
271 queries to. The addresses must be separated with spaces. With '@port' the
282 domains return an error for uncached (new) queries, but cached queries work
[all …]
H A Dunbound.conf.559 # listen on all interfaces, answer queries from the local subnet.
119 The port number, default 53, on which the server responds to queries.
123 for queries from clients, and answers to clients are given from it.
137 source interface on UDP queries and copy them to replies. This is a lot like
145 queries to authoritative servers and receive their replies. Can be given
151 lines, the interfaces are then used for both purposes. Outgoing queries are
155 outgoing UDP queries will use a randomised source address taken from the
164 to increase the likelihood of IPv6 nameservers being selected for queries.
177 Permit Unbound to open this port or range of ports for use to send queries.
191 queries. Use this to make sure Unbound does not grab a port that another
[all …]
H A Dunbound.conf.5.in59 # listen on all interfaces, answer queries from the local subnet.
127 The port number, default 53, on which the server responds to queries.
131 for queries from clients, and answers to clients are given from it.
145 source interface on UDP queries and copy them to replies. This is a lot like
162 queries to authoritative servers and receive their replies. Can be given
168 lines, the interfaces are then used for both purposes. Outgoing queries are
172 outgoing UDP queries will use a randomised source address taken from the
181 to increase the likelihood of IPv6 nameservers being selected for queries.
194 Permit Unbound to open this port or range of ports for use to send queries.
208 queries. Use this to make sure Unbound does not grab a port that another
[all …]
H A Drequirements.txt17 structure for queries.
30 fingerprints on data sets, the Iterator that sends queries to the
32 data from previous queries. The networking and query management code
100 additional section'). And will then be used for sending queries to. It
103 cache. Since A and AAAA queries are not synthesized by the unbound cache,
116 then be used to send queries to. And fake answers may be returned.
179 o the access control denies queries before any other processing.
180 This denies queries that are not authoritative, or version.bind, or any.
182 queries and get answers from the cache).
211 If many queries are made, and they are made to names for which the
[all …]
H A Dexample.conf44 # specify the interfaces to answer queries from by ip-address.
54 # enable this feature to copy the source address of queries to reply.
58 # port to answer queries from
61 # specify the interfaces to send outgoing queries to authoritative
69 # upstream queries. Uses freebind option (Linux).
82 # num-queries-per-thread, or, use as many as the OS will allow you.
86 # making outgoing queries, using an outgoing interface.
90 # making outgoing queries, using an outgoing interface.
112 # use SO_REUSEPORT to distribute queries over threads.
155 # the number of queries that a thread gets to service.
[all …]
H A Dexample.conf.in49 # specify the interfaces to answer queries from by ip-address.
60 # enable this feature to copy the source address of queries to reply.
68 # port to answer queries from
71 # specify the interfaces to send outgoing queries to authoritative
79 # upstream queries. Uses freebind option (Linux).
92 # num-queries-per-thread, or, use as many as the OS will allow you.
96 # making outgoing queries, using an outgoing interface.
100 # making outgoing queries, using an outgoing interface.
122 # use SO_REUSEPORT to distribute queries over threads.
165 # the number of queries that a thread gets to service.
[all …]
/freebsd/contrib/unbound/contrib/
H A Dunbound_munin_40 # unbound_munin_by_type - incoming queries by type
41 # unbound_munin_by_class - incoming queries by class
42 # unbound_munin_by_opcode - incoming queries by opcode
44 # unbound_munin_by_flags - incoming queries by flags
81 unbound_munin_by_type - incoming queries by type
82 unbound_munin_by_class - incoming queries by class
83 unbound_munin_by_opcode - incoming queries by opcode
85 unbound_munin_by_flags - incoming queries by flags
244 echo "graph_vlabel queries / \${graph_period}"
247 for x in `grep "^thread[0-9][0-9]*\.num\.queries=" $state |
[all …]
HDunbound_cacti.tar.gz
H A Dmetrics.awk13 # everything like total.num.queries=value is put in val["total.num.queries"]
21 print "unbound_hits_queries{type=\"total.num.queries\"} " val["total.num.queries"];
23 if(val["thread" $x ".num.queries"] != "") {
24 print "unbound_hits_queries{type=\"thread" $x ".num.queries\"} " val["thread" $x ".num.queries"];
35 print "unbound_hits_queries{type=\"unwanted.queries\"} " val["unwanted.queries"];
72 print "# HELP unbound_by_type_queries Unbound DNS queries by type"
84 print "# HELP unbound_by_class_queries Unbound DNS queries by class"
96 print "# HELP unbound_by_opcode_queries Unbound DNS queries by opcode"
120 print "# HELP unbound_by_flags_queries Unbound DNS queries by flags"
H A Dparseunbound.pl36 my @records = ('thread', 'queries', 'cachehits', 'recursions', 'recursionavg',
46 my %startstats = (); # when we got a queries entry for this thread
54 # a) more total queries than the previous run (which defaults to 0) AND
81 …if ( $line =~ m/info: server stats for thread \d+: (\d+) queries, (\d+) answers from cache, (\d+) …
84 $allstats{$inthread}->{queries} = $1;
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h39 * This file contains functions to resolve DNS queries and
221 * Callback for results of async queries.
275 * Outstanding async queries are killed and callbacks are not called for them.
324 * Set machine to forward DNS queries to, the caching resolver to use.
343 * Use DNS over TLS to send queries to machines set with ub_ctx_set_fwd().
499 * asynchronous queries.
694 /** number of queries from clients received. */
696 /** number of queries that have been dropped/ratelimited by ip. */
698 /** number of queries with a valid DNS Cookie. */
700 /** number of queries with only the client part of the DNS Cookie. */
[all …]
H A Dworker.h55 * Worker service routine to send serviced queries to authoritative servers.
66 * @param tcp_upstream: use TCP for upstream queries.
67 * @param ssl_upstream: use SSL for upstream queries.
111 * Worker service routine to send serviced queries to authoritative servers.
122 * @param tcp_upstream: use TCP for upstream queries.
123 * @param ssl_upstream: use SSL for upstream queries.
/freebsd/contrib/unbound/iterator/
H A Diterator.h58 /** max number of upstream queries for a query and its subqueries, it is
71 /** max number of queries for which to perform dnsseclameness detection,
75 * max number of QNAME minimisation iterations. Limits number of queries for
156 /** number of queries that have been ratelimited */
159 /** number of retries on outgoing queries */
197 * Externally generated queries start at this state. Query restarts are
223 * Responses to queries start at this state. This state handles
228 /** Responses to priming queries finish at this state. */
232 * it spawns off queries for every class, it returns here. */
240 * As well as responses to target queries. */
[all …]
/freebsd/contrib/unbound/services/
H A Doutside_network.h39 * This file has functions to send queries to authoritative servers,
71 * Send queries to outside servers and wait for answers from servers.
86 * identical serviced queries to the same server. */
129 /** pending udp queries waiting to be sent out, waiting for fd */
136 /** serviced queries, sorted by qbuf, addr, dnssec */
166 /** max number of queries on a reuse connection */
170 /** timeout in milliseconds for TCP queries to auth servers. */
189 /** list of tcp queries waiting for a buffer */
238 /** number of outstanding queries on this port */
266 * the ones with active queries are not on the list because they
[all …]
H A Dmesh.h88 /** set of runnable queries (mesh_state.run_node) */
90 /** rbtree of all current queries (mesh_state.node)*/
101 * internal opportunistic queries */
147 * by new queries if too old. These are query states with a reply */
164 * And priming queries are different from ordinary queries (because of hints).
274 * @param env: environment for new queries.
289 * Will run the mesh area queries to process if a new query state is created.
312 * Will run the mesh area queries to process if a new query state is created.
332 * Will run the mesh area queries to process if a new query state is created.
366 * Keeps super-references of those sub-queries correct.
[all …]
/freebsd/crypto/openssl/test/
H A Dproperty_test.c422 } queries[] = { in test_property() local
453 * The first check of queries is with NULL given as provider. All in test_property()
454 * queries are expected to succeed. in test_property()
456 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property()
461 queries[i].nid, queries[i].prop, in test_property()
463 || !TEST_str_eq((char *)result, queries[i].expected)) { in test_property()
471 * The second check of queries is with &address1 given as provider. in test_property()
473 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property()
477 if (queries[i].prov == &fake_prov1) { in test_property()
479 queries[i].nid, in test_property()
[all …]
/freebsd/crypto/openssl/crypto/property/
H A DREADME.md22 * ... property queries are very common. These must be fast.
24 * Property queries come from a small set and are reused many times typically.
25 I.e. an application tends to use the same set of queries over and over,
26 rather than spanning a wide variety of queries.
28 * Property queries can never add new property definitions.
32 * That definition is uncommon and queries are very common, we can treat
79 against a definition and merging two queries into a single larger query.
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_sa_api.h83 * Abstracted queries supported by the access layer.
116 * Query the SA based on user-defined input. Queries of this type
121 * Query for service records based on the service name. Queries of
126 * Query for service records based on the service ID. Queries of
131 * Query for node information based on the node's GUID. Queries of
136 * Query for port information based on the port's base LID. Queries
142 * Queries of this type should reference an osmv_user_query_t
148 * Queries of this type should reference an osmv_guid_pair_t
153 * Queries of this type should reference an osmv_gid_pair_t
158 * Queries of this type should reference an osmv_lid_pair_t
[all …]
/freebsd/sys/netinet/
H A Digmp_var.h68 uint64_t igps_rcv_v1v2_queries; /* received IGMPv1/IGMPv2 queries */
69 uint64_t igps_rcv_v3_queries; /* received IGMPv3 queries */
70 uint64_t igps_rcv_badqueries; /* received invalid queries */
71 uint64_t igps_rcv_gen_queries; /* received general queries */
72 uint64_t igps_rcv_group_queries;/* received group queries */
73 uint64_t igps_rcv_gsr_queries; /* received group-source queries */
74 uint64_t igps_drop_gsr_queries; /* dropped group-source queries */
/freebsd/lib/libc/net/
H A Dresolver.3145 connections for queries instead of
154 queries.
155 This is useful only in programs that regularly do many queries.
162 Set the recursion-desired bit in queries.
165 does not do iterative queries and expects the name server
196 With the option, resolver code will attach OPT pseudo-RR into DNS queries,
/freebsd/share/man/man5/
H A Dresolver.563 the resolver library queries them in the order listed.
74 Most queries for names within this domain can use short names
94 Most resolver queries will be attempted using each component
98 and that queries will time out if no server is available
133 to use TCP instead of UDP for queries.
/freebsd/contrib/ldns-host/
H A Dldns-host.1129 queries, which require TCP.
131 will also retry UDP queries in TCP mode if the UDP response was
146 queries the starting serial number can be specified by appending
160 queries are made) or
/freebsd/contrib/ntp/html/
H A Dsntp.html42queries to these addresses one after another, waiting two seconds between queries. This option in…
48queries, defaulting to 50. <tt>sntp</tt> sends queries to all provided hostnames/addresses in sho…
68 …eceived. This option causes <tt>sntp</tt> to instead wait for all pending queries' responses.</dd>
/freebsd/contrib/unbound/util/
H A Dconfig_file.h85 /** port on which queries are answered. */
91 /** do nat64 on queries */
93 /** prefer ip4 upstream queries. */
95 /** prefer ip6 upstream queries. */
101 /** max number of queries on a reuse connection. */
105 /** timeout in milliseconds for TCP queries to auth servers. */
107 /** tcp upstream queries (no UDP upstream queries) */
111 /** maximum segment size of tcp socket which queries are answered */
113 /** maximum segment size of tcp socket for outgoing queries */
188 /** number of queries every thread can service */
[all …]

12345678910>>...28