| /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" {
|
| /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/mpl/bind/dist/bin/tests/system/hooks/ |
| tests_async_plugin.py | 16 msg = isctest.query.create("example.com.", "A") 17 res = isctest.query.udp(msg, "10.53.0.1")
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec_unsupported_ds/ |
| tests_mixed_ds.py | 30 msg = isctest.query.create("child.example.", "DNSKEY") 31 res = isctest.query.tcp(msg, "10.53.0.4") 34 msg = isctest.query.create("child.example.", "A") 35 res = isctest.query.tcp(msg, "10.53.0.4")
|
| /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/expiredglue/ |
| tests_expiredglue.py | 18 msg1 = isctest.query.create("a.example.tld.", "A") 19 res1 = isctest.query.udp(msg1, ns4.ip) 23 msg2 = isctest.query.create("a.dnshoster.tld.", "A") 24 res2 = isctest.query.udp(msg2, ns4.ip) 27 msg3 = isctest.query.create("ns.dnshoster.tld.", "A") 28 res3 = isctest.query.udp(msg3, ns4.ip) 36 res1_2 = isctest.query.udp(msg1, ns4.ip) 40 res2_2 = isctest.query.udp(msg2, ns4.ip) 44 res3_2 = isctest.query.udp(msg3, ns4.ip) 49 msg = isctest.query.create("a.missing.tld.", "A" [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/query_source/ |
| tests_querysource_none.py | 27 msg = isctest.query.create("example.", "A", dnssec=False) 29 res = isctest.query.udp(msg, "10.53.0.2") 32 res = isctest.query.udp(msg, "10.53.0.3") 35 res = isctest.query.udp(msg, "10.53.0.4") 38 res = isctest.query.udp(msg, "10.53.0.5") 44 msg = isctest.query.create("exampletwo.", "A", dnssec=False) 46 res = isctest.query.udp(msg, "fd92:7065:b8e:ffff::2") 49 res = isctest.query.udp(msg, "fd92:7065:b8e:ffff::3") 52 res = isctest.query.udp(msg, "fd92:7065:b8e:ffff::4") 55 res = isctest.query.udp(msg, "fd92:7065:b8e:ffff::5" [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/class/ |
| tests_class_chaos.py | 26 msg = isctest.query.create("foo.example.", "TXT", qclass="CH") 27 res = isctest.query.udp(msg, "10.53.0.1") 32 msg = isctest.query.create("a.example.", "A", qclass="CH") 33 res = isctest.query.udp(msg, "10.53.0.2") 38 msg = isctest.query.create("a.example.", "A", qclass="CH") 39 res = isctest.query.udp(msg, "10.53.0.3") 44 msg = isctest.query.create("example.", "SOA", qclass="CH", rd=False, dnssec=False) 47 res = isctest.query.udp(msg, "10.53.0.2") 52 msg = isctest.query.create("example.", "A", qclass="NONE") 53 res = isctest.query.udp(msg, "10.53.0.2" [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 | 15 # The query answer sent with compression disabled should have a size that is 19 msg = isctest.query.create("example.", "MX") 21 res_enabled = isctest.query.tcp(msg, ip="10.53.0.1", source="10.53.0.1") 23 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/mpl/bind/dist/bin/tests/system/filters/ |
| tests_filter_dns64.py | 25 msg = isctest.query.create("aaaa-only.unsigned", "aaaa") 26 res = isctest.query.tcp(msg, "10.53.0.5") 29 msg = isctest.query.create("excludeone.unsigned", "aaaa") 30 res = isctest.query.tcp(msg, "10.53.0.5")
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| __init__.py | 18 query, 36 "query",
|