HomeSort by: relevance | last modified time | path
    Searched refs:query (Results 1 - 25 of 1180) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/nsd/dist/
axfr.h 14 #include "query.h"
22 query_state_type answer_axfr_ixfr(struct nsd *nsd, struct query *q);
23 query_state_type query_axfr(struct nsd *nsd, struct query *query, int wstats);
axfr.c 22 query_axfr(struct nsd *nsd, struct query *query, int wstats)
30 if (query->axfr_is_done)
33 if (query->maxlen > AXFR_MAX_MESSAGE_LEN)
34 query->maxlen = AXFR_MAX_MESSAGE_LEN;
36 assert(!query_overflow(query));
38 query->tsig_prepare_it = 0;
39 query->tsig_update_it = 1;
40 if(query->tsig_sign_it) {
42 query->tsig_prepare_it = 1
    [all...]
query.h 2 * query.h -- manipulation with the queries
30 /* Query as we pass it around */
31 typedef struct query query_type;
32 struct query { struct
34 * Memory region freed whenever the query is reset.
39 * The address the query was received from.
60 * Maximum supported query size.
72 /* TSIG record information and running hash for query-response */
91 /* Normalized query domain name. */
94 /* Query type and class in host byte order. *
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/filters/conf/
good1.conf.j2 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
good2.conf.j2 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
bad1.conf.j2 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
bad2.conf.j2 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
good3.conf.j2 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
good4.conf.j2 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
bad3.conf.j2 15 plugin query "../../../plugins/.libs/filter-aaaa.so" {
bad4.conf.j2 15 plugin query "../../../plugins/.libs/filter-aaaa.so" {
bad5.conf.j2 14 plugin query "../../../plugins/.libs/filter-aaaa.so" {
good5.conf.j2 15 plugin query "../../../plugins/.libs/filter-aaaa.so" {
  /src/external/bsd/wpa/dist/src/ap/
gas_query_ap.c 2 * Generic advertisement service (GAS) query (hostapd)
25 /** GAS query timeout in seconds */
28 /* GAS query wait-time / duration in ms */
35 * struct gas_query_pending - Pending GAS query
61 * struct gas_query_ap - Internal GAS query data
75 struct gas_query_pending *query);
90 * gas_query_ap_init - Initialize GAS query component
92 * Returns: Pointer to GAS query data or %NULL on failure
132 static void gas_query_free(struct gas_query_pending *query, int del_list)
135 dl_list_del(&query->list)
170 struct gas_query_pending *query, *next; local
211 struct gas_query_pending *query; local
310 struct gas_query_pending *query = user_ctx; local
339 struct gas_query_pending *query = user_ctx; local
471 struct gas_query_pending *query; local
607 struct gas_query_pending *query = user_ctx; local
686 struct gas_query_pending *query; local
    [all...]
  /src/usr.bin/make/unit-tests/
opt-query.exp 3 commands: query status 1
5 Making opt-query-file.out-of-date in compat mode:
6 opt-query-file.out-of-date in compat mode: query status 1
8 Making opt-query-file.up-to-date in compat mode:
9 `opt-query-file.up-to-date' is up to date.
10 opt-query-file.up-to-date in compat mode: query status 0
13 phony in compat mode: query status 1
15 Making opt-query-file.out-of-date in jobs mode
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
gas_query.c 2 * Generic advertisement service (GAS) query
26 /** GAS query timeout in seconds */
29 /* GAS query wait-time / duration in ms */
36 * struct gas_query_pending - Pending GAS query
64 * struct gas_query - Internal GAS query data
81 struct gas_query_pending *query);
96 * gas_query_init - Initialize GAS query component
98 * Returns: Pointer to GAS query data or %NULL on failure
138 static void gas_query_free(struct gas_query_pending *query, int del_list)
140 struct gas_query *gas = query->gas
185 struct gas_query_pending *query, *next; local
235 struct gas_query_pending *query; local
353 struct gas_query_pending *query = user_ctx; local
382 struct gas_query_pending *query = user_ctx; local
521 struct gas_query_pending *query; local
663 struct gas_query_pending *query = user_ctx; local
688 struct gas_query_pending *query = work->ctx; local
846 struct gas_query_pending *query; local
894 struct gas_query_pending *query; local
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/allow-query/ns2/
named40.conf.j2 52 allow-query { any; };
58 allow-query { none; };
64 allow-query { 10.53.0.2; };
70 allow-query { 10.53.0.1; };
76 allow-query { ! 10.53.0.2; };
82 allow-query { accept; };
88 allow-query { badaccept; };
94 allow-query { ! accept; };
101 allow-query { key one; };
107 allow-query { ! key one; }
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/query-source/
tests_querysource_none.py 28 msg = isctest.query.create("example.", "A", dnssec=False)
30 res = isctest.query.udp(msg, "10.53.0.2")
33 res = isctest.query.udp(msg, "10.53.0.3")
36 res = isctest.query.udp(msg, "10.53.0.4")
39 res = isctest.query.udp(msg, "10.53.0.5")
45 msg = isctest.query.create("exampletwo.", "A", dnssec=False)
47 res = isctest.query.udp(msg, "fd92:7065:b8e:ffff::2")
50 res = isctest.query.udp(msg, "fd92:7065:b8e:ffff::3")
53 res = isctest.query.udp(msg, "fd92:7065:b8e:ffff::4")
56 res = isctest.query.udp(msg, "fd92:7065:b8e:ffff::5"
    [all...]
  /src/lib/libc/resolv/
res_debug.h 25 # define DprintQ(cond, args, query, size) /*empty*/
30 # define DprintQ(cond, args, query, size) if (cond) {\
32 res_pquery(statp, (query), (int)(size), stdout);\
  /src/external/bsd/libbind/dist/resolv/
res_debug.h 25 # define DprintQ(cond, args, query, size) /*empty*/
30 # define DprintQ(cond, args, query, size) if (cond) {\
32 res_pquery(statp, query, size, stdout);\
  /src/external/mpl/bind/dist/bin/tests/system/names/
tests_names.py 19 # The query answer sent with compression disabled should have a size that is
23 msg = isctest.query.create("example.", "MX")
25 res_enabled = isctest.query.tcp(msg, ip="10.53.0.1", source="10.53.0.1")
27 res_disabled = isctest.query.tcp(msg, ip="10.53.0.1", source="10.53.0.2")
  /src/external/mpl/bind/dist/bin/tests/system/stub/
tests_stub.py 35 msg = isctest.query.create("child.example.", "AXFR")
36 res = isctest.query.tcp(msg, "10.53.0.3")
42 msg = isctest.query.create("data.child.example.", "TXT")
44 res = isctest.query.tcp(msg, "10.53.0.3")
57 msg = isctest.query.create("data.child.example.", "TXT")
58 res = isctest.query.tcp(msg, "10.53.0.3")
81 # this query would fail if NS glue wasn't transferred
82 msg_txt = isctest.query.create("target.example.", "TXT", dnssec=False)
83 res_txt = isctest.query.tcp(msg_txt, "10.53.0.5")
90 msg_a = isctest.query.create("ns4.example.", "A"
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/emptyzones/
tests_emptyzones.py 22 msg = isctest.query.create("version.bind", "TXT", "CH")
23 res = isctest.query.tcp(msg, "10.53.0.1")
27 msg = isctest.query.create("10.in-addr.arpa", "AXFR")
28 res = isctest.query.tcp(msg, "10.53.0.1")
  /src/external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/
10-unbound-anchor.conf 3 do-not-query-localhost: no
  /src/external/mpl/bind/dist/bin/tests/system/cpu/ns1/
named.conf.j2 15 query-source address 10.53.0.1;

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>