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

/bind-9.6-ESV-R11/bin/check/
H A Dcheck-tool.c179 checkns(dns_zone_t *zone, dns_name_t *name, dns_name_t *owner, function
623 dns_zone_setcheckns(zone, checkns);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dzone.h1714 dns_zone_setcheckns(dns_zone_t *zone, dns_checknsfunc_t checkns);
1716 * Set the post load integrity callback function 'checkns'.
1717 * 'checkns' will be called if the NS TARGET is not within the zone.
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c266 dns_checknsfunc_t checkns; member in struct:dns_zone
796 zone->checkns = NULL;
1914 if (zone->checkns != NULL)
1915 return ((zone->checkns)(zone, name, owner, NULL, NULL));
1954 if (zone->checkns != NULL)
1955 answer = (zone->checkns)(zone, name, owner,
1987 if (result == DNS_R_DELEGATION && zone->checkns != NULL)
1988 (void)(zone->checkns)(zone, name, owner,
11799 dns_zone_setcheckns(dns_zone_t *zone, dns_checknsfunc_t checkns) { argument
11801 zone->checkns
[all...]

Completed in 40 milliseconds