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

/bind-9.6-ESV-R11/bin/check/
H A Dcheck-tool.c383 checkmx(dns_zone_t *zone, dns_name_t *name, dns_name_t *owner) { function
621 dns_zone_setcheckmx(zone, checkmx);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dzone.h1694 dns_zone_setcheckmx(dns_zone_t *zone, dns_checkmxfunc_t checkmx);
1696 * Set the post load integrity callback function 'checkmx'.
1697 * 'checkmx' will be called if the MX TARGET is not within the zone.
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c264 dns_checkmxfunc_t checkmx; member in struct:dns_zone
794 zone->checkmx = NULL;
1741 if (zone->checkmx != NULL)
1742 return ((zone->checkmx)(zone, name, owner));
1801 if (zone->checkmx != NULL && result == DNS_R_DELEGATION)
1802 return ((zone->checkmx)(zone, name, owner));
2087 goto checkmx;
2092 goto checkmx;
2110 checkmx:
11787 dns_zone_setcheckmx(dns_zone_t *zone, dns_checkmxfunc_t checkmx) { argument
[all...]

Completed in 42 milliseconds