HomeSort by: relevance | last modified time | path
    Searched refs:DNS_ZONEOPT_WARNSRVCNAME (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mpl/bind/dist/bin/check/
named-checkzone.c 396 zone_options &= ~DNS_ZONEOPT_WARNSRVCNAME;
399 zone_options |= DNS_ZONEOPT_WARNSRVCNAME;
402 zone_options |= DNS_ZONEOPT_WARNSRVCNAME;
named-checkconf.c 359 zone_options |= DNS_ZONEOPT_WARNSRVCNAME;
362 zone_options &= ~DNS_ZONEOPT_WARNSRVCNAME;
365 zone_options |= DNS_ZONEOPT_WARNSRVCNAME;
371 zone_options |= DNS_ZONEOPT_WARNSRVCNAME;
check-tool.c 95 DNS_ZONEOPT_WARNMXCNAME | DNS_ZONEOPT_WARNSRVCNAME;
502 if ((zone_options & DNS_ZONEOPT_WARNSRVCNAME) != 0) {
  /src/external/mpl/bind/dist/lib/dns/include/dns/
zone.h 92 DNS_ZONEOPT_WARNSRVCNAME = 1 << 17, /*%< warn on SRV CNAME check */
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
zone.h 87 DNS_ZONEOPT_WARNSRVCNAME = 1 << 17, /*%< warn on SRV CNAME check */
  /src/external/mpl/bind/dist/bin/named/
zoneconf.c 1759 dns_zone_setoption(mayberaw, DNS_ZONEOPT_WARNSRVCNAME, warn);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 2976 if (DNS_ZONE_OPTION(zone, DNS_ZONEOPT_WARNSRVCNAME) ||
2990 if (DNS_ZONE_OPTION(zone, DNS_ZONEOPT_WARNSRVCNAME) ||
  /src/external/mpl/bind/dist/lib/dns/
zone.c 2893 if (DNS_ZONE_OPTION(zone, DNS_ZONEOPT_WARNSRVCNAME) ||
2907 if (DNS_ZONE_OPTION(zone, DNS_ZONEOPT_WARNSRVCNAME) ||

Completed in 47 milliseconds