/bind-9.6-ESV-R11/bin/tests/system/tkey/ |
H A D | keydelete.c | 71 dns_message_t *query, *response; local 83 query = reqev->ev_arg; 100 result = dns_tkey_processdeleteresponse(query, response, ring); 103 dns_message_destroy(&query); 116 dns_message_t *query; local 126 query = NULL; 127 result = dns_message_create(mctx, DNS_MESSAGE_INTENTRENDER, &query); 130 result = dns_tkey_builddeletequery(query, tsigkey); 134 result = dns_request_create(requestmgr, query, &address, 136 recvquery, query, [all...] |
H A D | keycreate.c | 75 dns_message_t *query, *response; local 90 query = reqev->ev_arg; 107 result = dns_tkey_processdhresponse(query, response, ourkey, &nonce, 123 dns_message_destroy(&query); 141 dns_message_t *query; local 181 query = NULL; 182 result = dns_message_create(mctx, DNS_MESSAGE_INTENTRENDER, &query); 185 result = dns_tkey_builddhquery(query, ourkey, 191 result = dns_request_create(requestmgr, query, &address, 193 recvquery, query, [all...] |
/bind-9.6-ESV-R11/bin/tests/ |
H A D | sig0_test.c | 136 dns_message_t *query; local 143 query = NULL; 144 result = dns_message_create(mctx, DNS_MESSAGE_INTENTRENDER, &query); 146 result = dns_message_setsig0key(query, key); 149 result = dns_message_gettemprdataset(query, &question); 154 result = dns_message_gettempname(query, &qname); 164 dns_message_addname(query, qname, DNS_SECTION_QUESTION); 170 result = dns_message_renderbegin(query, &cctx, &qbuffer); 172 result = dns_message_rendersection(query, DNS_SECTION_QUESTION, 0); 174 result = dns_message_rendersection(query, DNS_SECTION_ANSWE [all...] |
H A D | zone_test.c | 156 query(void) { function 303 query();
|
/bind-9.6-ESV-R11/bin/win32/BINDInstall/ |
H A D | VersionInfo.cpp | 167 DWORD query = AfxMessageBox(msg, MB_YESNO); local 168 if(query == IDNO)
|
/bind-9.6-ESV-R11/contrib/dlz/drivers/ |
H A D | dlz_mysql_driver.c | 125 * string is not available). The type of query we want to run 126 * is indicated by the query flag, and the dbdata object is passed 128 * The function will construct and run the query, hopefully getting 134 const char *client, unsigned int query, 144 if (query != COUNTZONE) 158 /* what type of query are we going to run? */ 159 switch(query) { 162 * if the query was not passed in from the config file 191 "No query specified for findzone. " 192 "Findzone requires a query"); 133 mysql_get_resultset(const char *zone, const char *record, const char *client, unsigned int query, void *dbdata, MYSQL_RES **rs) argument [all...] |
H A D | dlz_postgres_driver.c | 271 * string is not available). The type of query we want to run 272 * is indicated by the query flag, and the dbdata object is passed 276 * The function will construct the query and obtain an available 277 * database instance (DBI). It will then run the query and hopefully 286 const char *client, unsigned int query, 327 "%d Got DBI - checking query", dlz_thread_num); 336 /* what type of query are we going to run? */ 337 switch(query) { 340 * if the query was not passed in from the config file 369 "No query specifie 285 postgres_get_resultset(const char *zone, const char *record, const char *client, unsigned int query, void *dbdata, PGresult **rs) argument [all...] |
H A D | dlz_ldap_driver.c | 139 "%s query is not a valid LDAP URL", msg); 148 "parsing %s query failed", msg); 156 "%s query must specify at least " 166 "%s query must not specify a host", msg); 174 "%s query must not specify a port", msg); 182 "%s query must specify a search base", msg); 554 * string is not available). The type of query we want to run 555 * is indicated by the query flag, and the dbdata object is passed 559 * The function will construct the query and obtain an available 560 * database instance (DBI). It will then run the query an 564 ldap_get_results(const char *zone, const char *record, const char *client, unsigned int query, void *dbdata, void *ptr) argument [all...] |
H A D | dlz_odbc_driver.c | 464 * string is not available). The type of query we want to run 465 * is indicated by the query flag, and the dbdata object is passed 469 * The function will construct the query and obtain an available 470 * database instance (DBI). It will then run the query and hopefully 481 const char *client, unsigned int query, 515 /* what type of query are we going to run? */ 516 switch(query) { 519 * if the query was not passed in from the config file 548 "No query specified for findzone. " 549 "Findzone requires a query"); 480 odbc_get_resultset(const char *zone, const char *record, const char *client, unsigned int query, void *dbdata, dbinstance_t **r_dbi) argument [all...] |
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | client.h | 78 #include <named/query.h> 130 ns_query_t query; member in struct:ns_client 293 * allow-query, allow-transfer, etc. It is not appropriate 353 * Kill the oldest recursive query (recursing list head).
|
/bind-9.6-ESV-R11/bin/tests/dst/ |
H A D | gsstest.c | 121 if (strcmp(buf, "query") == 0) { 136 dns_message_t *query = NULL, *response = NULL; local 148 query = reqev->ev_arg; 177 if (query != NULL) 178 dns_message_destroy(&query); 248 printf("Submitting query:\n"); 271 dns_message_t *query = NULL, *response = NULL; local 282 query = reqev->ev_arg; 307 result = dns_tkey_processgssresponse(query, response, 333 if (query ! 351 dns_message_t *query; local [all...] |
/bind-9.6-ESV-R11/bin/dig/ |
H A D | host.c | 153 " -c specifies query class for non-IN data\n" 161 " -s a SERVFAIL response should stop query\n" 162 " -t specifies the query type\n" 167 " -4 use IPv4 query transport only\n" 168 " -6 use IPv6 query transport only\n" 179 received(int bytes, isc_sockaddr_t *from, dig_query_t *query) { argument 187 diff = (int) isc_time_microdiff(&now, &query->time_sent); 203 dig_query_t *query) 223 if (query->lookup->identify_previous_line) { 225 query 202 say_message(dns_name_t *name, const char *msg, dns_rdata_t *rdata, dig_query_t *query) argument 248 printsection(dns_message_t *msg, dns_section_t sectionid, const char *section_name, isc_boolean_t headers, dig_query_t *query) argument 419 printmessage(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers) argument [all...] |
H A D | nslookup.c | 240 printsection(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers, argument 248 UNUSED(query); 306 detailsection(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers, argument 314 UNUSED(query); 392 received(int bytes, isc_sockaddr_t *from, dig_query_t *query) argument 396 UNUSED(query); 407 printmessage(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers) { argument 415 isc_sockaddr_format(&query->sockaddr, servtext, sizeof(servtext)); 416 printf("Server:\t\t%s\n", query->userarg); 424 /* detailheader(query, ms [all...] |
H A D | dig.c | 171 " -q name (specify query name)\n" 172 " -t type (specify query type)\n" 173 " -c class (specify query class)\n" 176 " -4 (use IPv4 query transport only)\n" 177 " -6 (use IPv6 query transport only)\n" 182 " +time=### (Set query timeout) [5]\n" 197 " +[no]aaonly (Set AA flag in query (+[no]aaflag))\n" 198 " +[no]adflag (Set AD flag in query)\n" 199 " +[no]cdflag (Set CD flag in query)\n" 238 received(int bytes, isc_sockaddr_t *from, dig_query_t *query) { argument 302 say_message(dns_rdata_t *rdata, dig_query_t *query, isc_buffer_t *buf) argument 334 short_answer(dns_message_t *msg, dns_messagetextflag_t flags, isc_buffer_t *buf, dig_query_t *query) argument 430 printmessage(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers) argument [all...] |
H A D | dighost.c | 283 dns_name_t chase_name; /* the query name */ 357 send_udp(dig_query_t *query); 363 launch_next_query(dig_query_t *query, isc_boolean_t include_question); 545 * This is little more than a linked list of servers to query in hopes 704 * linked lists: the server list (servers to query) and the query list 789 * the query list, since it will be regenerated by the setup_lookup() 1284 * Clear out a query when we're done with it. WARNING: This routine 1285 * WILL invalidate the query pointer. 1288 clear_query(dig_query_t *query) { argument 1540 followup_lookup(dns_message_t *msg, dig_query_t *query, dns_section_t section) argument 1708 next_origin(dns_message_t *msg, dig_query_t *query) argument 1839 dig_query_t *query; local 2184 dig_query_t *query, *next; local 2232 dig_query_t *query, *next; local 2254 bringup_timer(dig_query_t *query, unsigned int default_timeout) argument 2285 force_timeout(dig_lookup_t *l, dig_query_t *query) argument 2318 send_tcp_connect(dig_query_t *query) argument 2422 send_udp(dig_query_t *query) argument 2494 dig_query_t *query = NULL, *next, *cq; local 2560 dig_query_t *query = NULL; local 2640 launch_next_query(dig_query_t *query, isc_boolean_t include_question) argument 2709 dig_query_t *query = NULL, *next; local 2793 check_for_more_data(dig_query_t *query, dns_message_t *msg, isc_socketevent_t *sevent) argument 2937 dig_query_t *query = NULL; local 3514 dig_query_t *query; local [all...] |
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | message.h | 244 isc_region_t query; member in struct:dns_message 986 * Start formatting a reply to the query in 'msg'. 990 *\li 'msg' is a valid message with parsing intent, and contains a query. 995 * is true, the message opcode is query or notify, and the question 1078 * query or parsing a response. The key (if non-NULL) is attached to, and 1108 * Indicates that 'querytsig' is the TSIG from the signed query for which 1129 * Gets the tsig from the TSIG from the signed query 'msg'. This is also used 1236 * verified, but the query was rejected by
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | request.c | 79 isc_buffer_t *query; member in struct:dns_request 436 isc_buffer_usedregion(request->query, &r); 464 request->query = NULL; 763 result = isc_buffer_allocate(mctx, &request->query, 768 isc_buffer_putuint16(request->query, (isc_uint16_t)r.length); 769 result = isc_buffer_copyregion(request->query, &r); 774 isc_buffer_usedregion(request->query, &r); 965 result = req_render(message, &request->query, options, mctx); 1425 if (request->query != NULL) 1426 isc_buffer_free(&request->query); [all...] |
H A D | resolver.c | 101 query, query->fctx, \ 102 query->fctx->info, (m)) 120 * disable EDNS0 on the query. 126 typedef struct query { struct 139 ISC_LINK(struct query) link; 151 #define VALID_QUERY(query) ISC_MAGIC_VALID(query, QUERY_MAGIC) 257 * response to a query. 404 unsigned int spillat; /* clients-per-query */ 742 resquery_t *query; local 766 resquery_t *query; local 935 resquery_t *query, *next_query; local 1158 process_sendevent(resquery_t *query, isc_event_t *event) argument 1220 resquery_t *query = event->ev_arg; local 1237 resquery_t *query = event->ev_arg; local 1317 resquery_t *query; local 1619 resquery_send(resquery_t *query) argument 1994 resquery_t *query = event->ev_arg; local 3210 resquery_t *query; local 6337 log_nsid(isc_buffer_t *opt, size_t nsid_len, resquery_t *query, int level, isc_mem_t *mctx) argument 6410 process_opt(resquery_t *query, dns_rdataset_t *opt) argument 6447 resquery_t *query = event->ev_arg; local [all...] |