Searched refs:updates (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddns.h55 perf_dns_createctx(isc_boolean_t updates);
H A Ddnsperf.c110 isc_boolean_t updates; member in struct:__anon55
224 config->updates ? "updates" : "queries", buf);
277 units = config->updates ? "Updates" : "Queries";
463 "send dynamic updates instead of queries",
464 NULL, &config->updates);
635 result = perf_datafile_next(input, &lines, config->updates);
717 config->updates ? "Update" : "Query",
1029 tinfo->dnsctx = perf_dns_createctx(config->updates);
H A Ddns.c121 perf_dns_createctx(isc_boolean_t updates) argument
127 if (!updates)
647 int updates = 0; local
755 if (!is_update && updates > 0) {
756 perf_log_warning("prereqs must precede updates");
791 updates++;
797 msgbase[9] = updates; /* AUCOUNT = number of updates */
/bind-9.11.3/contrib/dlz/example/
H A Dnamed.conf20 * updates.
47 * To test dynamic updates, create a DDNS key:
55 * Use "nsupdate -k ddns.key" when sending updates. (NOTE: This driver does
57 * known to named, the update will be accepted. Only updates to names
/bind-9.11.3/lib/dns/include/dns/
H A Dclient.h119 dns_clientupdatestate_prepare, /*%< no updates have been sent */
120 dns_clientupdatestate_sent, /*%< updates were sent, no response */
534 dns_namelist_t *updates, isc_sockaddrlist_t *servers,
540 dns_namelist_t *updates, isc_sockaddrlist_t *servers,
545 * Perform DNS dynamic update for 'updates' of the 'rdclass' class with
548 * 'updates' are a list of names with associated RRsets to be updated.
551 * the prerequisites of the updates. This is optional and can be NULL, in
554 * Both 'updates' and 'prerequisites' must be constructed as specified in
560 * with the first name in prerequisites or updates.
605 *\li 'updates' !
[all...]
/bind-9.11.3/lib/dns/
H A Dclient.c2697 dns_namelist_t *updates, isc_sockaddrlist_t *servers,
2734 prerequisites, updates, servers,
2820 dns_namelist_t *updates, isc_sockaddrlist_t *servers,
2839 REQUIRE(updates != NULL);
2948 for (name = ISC_LIST_HEAD(*updates); name != NULL;
2695 dns_client_update(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *zonename, dns_namelist_t *prerequisites, dns_namelist_t *updates, isc_sockaddrlist_t *servers, dns_tsec_t *tsec, unsigned int options) argument
2818 dns_client_startupdate(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *zonename, dns_namelist_t *prerequisites, dns_namelist_t *updates, isc_sockaddrlist_t *servers, dns_tsec_t *tsec, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientupdatetrans_t **transp) argument
/bind-9.11.3/bin/named/
H A Dupdate.c445 * Perform the updates in 'updates' in version 'ver' of 'db' and log the
449 * \li 'updates' is empty.
452 do_diff(dns_diff_t *updates, dns_db_t *db, dns_dbversion_t *ver, argument
456 while (! ISC_LIST_EMPTY(updates->tuples)) {
457 dns_difftuple_t *t = ISC_LIST_HEAD(updates->tuples);
458 ISC_LIST_UNLINK(updates->tuples, t, link);
2487 dns_diff_t diff; /* Pending updates. */
2520 * if we would refuse all updates for this zone we bail out here.
2662 "'rndc thaw' to re-enable updates
[all...]

Completed in 314 milliseconds