Searched defs:affected (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dupdate.c1464 * affected by the update.
1480 namelist_append_subdomain(dns_db_t *db, dns_name_t *name, dns_diff_t *affected) argument
1501 CHECK(namelist_append_name(affected, child));
2107 * Update RRSIG, NSEC and NSEC3 records affected by an update. The original
2126 dns_diff_t affected; local
2145 dns_diff_init(client->mctx, &affected);
2208 * Find all RRsets directly affected by the update, and
2209 * update their RRSIGs. Also build a list of names affected
2217 /* Now "name" is a new, unique name affected by the update. */
2227 * affected b
[all...]

Completed in 1713 milliseconds