Searched defs:DNS_ZONEFLG_NOEDNS (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dzone.c483 #define DNS_ZONEFLG_NOEDNS 0x00400000U macro
10094 DNS_ZONE_CLRFLAG(zone, DNS_ZONEFLG_NOEDNS);
11389 !DNS_ZONE_FLAG(zone, DNS_ZONEFLG_NOEDNS)) {
11390 DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_NOEDNS);
11424 if (!DNS_ZONE_FLAG(zone, DNS_ZONEFLG_NOEDNS) &&
11432 DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_NOEDNS);
11551 DNS_ZONE_CLRFLAG(zone, DNS_ZONEFLG_NOEDNS);
11739 !DNS_ZONE_FLAG(zone, DNS_ZONEFLG_NOEDNS)) {
11740 DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_NOEDNS);
11801 if (!DNS_ZONE_FLAG(zone, DNS_ZONEFLG_NOEDNS)
[all...]

Completed in 47 milliseconds