HomeSort by: relevance | last modified time | path
    Searched defs:zone_addnsec3chain (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
zone.c 3745 zone_addnsec3chain(dns_zone_t *zone, dns_rdata_nsec3param_t *nsec3param) { function
3846 dnssec_log(zone, ISC_LOG_INFO, "zone_addnsec3chain(%u,%s,%u,%s)",
3925 * and pass it to zone_addnsec3chain().
4004 * private-type record to zone_addnsec3chain() so that
4007 result = zone_addnsec3chain(zone, &nsec3param);
4010 "zone_addnsec3chain failed: %s",
8545 * set by zone_addnsec3chain(). If the action triggering the call to
8546 * zone_addnsec3chain() is closely followed by a zone deletion request,
20422 * logged. Then call zone_addnsec3chain(), passing NSEC3PARAM RDATA to it.
20437 result = zone_addnsec3chain(zone, nsec3param)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 3658 zone_addnsec3chain(dns_zone_t *zone, dns_rdata_nsec3param_t *nsec3param) { function
3759 dnssec_log(zone, ISC_LOG_INFO, "zone_addnsec3chain(%u,%s,%u,%s)",
3838 * and pass it to zone_addnsec3chain().
3917 * private-type record to zone_addnsec3chain() so that
3920 result = zone_addnsec3chain(zone, &nsec3param);
3923 "zone_addnsec3chain failed: %s",
8547 * set by zone_addnsec3chain(). If the action triggering the call to
8548 * zone_addnsec3chain() is closely followed by a zone deletion request,
20094 * logged. Then call zone_addnsec3chain(), passing NSEC3PARAM RDATA to it.
20109 result = zone_addnsec3chain(zone, nsec3param)
    [all...]

Completed in 49 milliseconds