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

/bind-9.11.3/lib/dns/
H A Dzone.c3319 zone_addnsec3chain(dns_zone_t *zone, dns_rdata_nsec3param_t *nsec3param) { function
3419 "zone_addnsec3chain(%u,%s,%u,%s)",
3490 * and pass it to zone_addnsec3chain().
3565 * private-type record to zone_addnsec3chain() so that
3568 result = zone_addnsec3chain(zone, &nsec3param);
3571 "zone_addnsec3chain failed: %s",
7430 * set by zone_addnsec3chain(). If the action triggering the call to
7431 * zone_addnsec3chain() is closely followed by a zone deletion request,
17246 * logged. Then call zone_addnsec3chain(), passing NSEC3PARAM RDATA to it.
17262 result = zone_addnsec3chain(zon
[all...]

Completed in 52 milliseconds