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

/bind-9.11.3/bin/named/
H A Dzoneconf.c772 dns_notifytype_t notifytype = dns_notifytype_yes; local
1097 notifytype = dns_notifytype_yes;
1099 notifytype = dns_notifytype_no;
1103 notifytype = dns_notifytype_explicit;
1105 notifytype = dns_notifytype_masteronly;
1111 dns_zone_setnotifytype(zone, notifytype);
1116 (notifytype == dns_notifytype_yes ||
1117 notifytype == dns_notifytype_explicit ||
1118 (notifytype == dns_notifytype_masteronly &&
/bind-9.11.3/lib/dns/
H A Dzone.c257 dns_notifytype_t notifytype; member in struct:dns_zone
981 zone->notifytype = dns_notifytype_yes;
1324 dns_zone_setnotifytype(dns_zone_t *zone, dns_notifytype_t notifytype) { argument
1328 zone->notifytype = notifytype;
11056 dns_notifytype_t notifytype; local
11067 notifytype = zone->notifytype;
11075 if (notifytype == dns_notifytype_no)
11078 if (notifytype
[all...]

Completed in 48 milliseconds