Home
last modified time | relevance | path

Searched refs:DNS_ZONEOPT_CHECKMXFAIL (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/bind9/bin/check/
Dnamed-checkzone.c277 zone_options &= ~DNS_ZONEOPT_CHECKMXFAIL; in main()
280 DNS_ZONEOPT_CHECKMXFAIL; in main()
283 DNS_ZONEOPT_CHECKMXFAIL); in main()
Dnamed-checkconf.c274 zone_options &= ~DNS_ZONEOPT_CHECKMXFAIL; in configure_zone()
277 zone_options |= DNS_ZONEOPT_CHECKMXFAIL; in configure_zone()
280 zone_options &= ~DNS_ZONEOPT_CHECKMXFAIL; in configure_zone()
285 zone_options &= ~DNS_ZONEOPT_CHECKMXFAIL; in configure_zone()
/freebsd-9-stable/contrib/bind9/lib/dns/include/dns/
Dzone.h74 #define DNS_ZONEOPT_CHECKMXFAIL 0x00008000U /*%< fatal check-mx failures */ macro
/freebsd-9-stable/contrib/bind9/bin/named/
Dzoneconf.c1440 dns_zone_setoption(mayberaw, DNS_ZONEOPT_CHECKMXFAIL, fail); in ns_zone_configure()
/freebsd-9-stable/contrib/bind9/lib/dns/
Dzone.c1953 if (DNS_ZONE_OPTION(zone, DNS_ZONEOPT_CHECKMXFAIL)) in get_master_options()
2221 if (!DNS_ZONE_OPTION(zone, DNS_ZONEOPT_CHECKMXFAIL)) in zone_check_mx()