Home
last modified time | relevance | path

Searched refs:DNS_ZONEOPT_NOCHECKNS (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/bind9/lib/dns/include/dns/
Dzone.h77 #define DNS_ZONEOPT_NOCHECKNS 0x00040000U /*%< disable IN NS address checks */ macro
/freebsd-9-stable/contrib/bind9/bin/named/
Dserver.c1535 dns_zone_setoption(zone, DNS_ZONEOPT_NOCHECKNS, ISC_TRUE); in dns64_reverse()
2028 dns_zone_setoption(zone, ~DNS_ZONEOPT_NOCHECKNS, ISC_FALSE); in create_empty_zone()
2029 dns_zone_setoption(zone, DNS_ZONEOPT_NOCHECKNS, ISC_TRUE); in create_empty_zone()
4255 dns_zone_setoption(zone, DNS_ZONEOPT_NOCHECKNS, ISC_TRUE); in add_keydata_zone()
/freebsd-9-stable/contrib/bind9/lib/dns/
Dzone.c4427 if (DNS_ZONE_OPTION(zone, DNS_ZONEOPT_NOCHECKNS)) in zone_check_ns()