Searched refs:notifytype (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c421 dns_notifytype_t notifytype = dns_notifytype_yes; local
597 notifytype = dns_notifytype_yes;
599 notifytype = dns_notifytype_no;
603 notifytype = dns_notifytype_explicit;
605 notifytype = dns_notifytype_masteronly;
609 dns_zone_setnotifytype(zone, notifytype);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dzone.h1240 dns_zone_setnotifytype(dns_zone_t *zone, dns_notifytype_t notifytype);
1242 * Sets zone notify method to "notifytype"
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c224 dns_notifytype_t notifytype; member in struct:dns_zone
758 zone->notifytype = dns_notifytype_yes;
985 dns_zone_setnotifytype(dns_zone_t *zone, dns_notifytype_t notifytype) { argument
989 zone->notifytype = notifytype;
7118 dns_notifytype_t notifytype; local
7126 notifytype = zone->notifytype;
7133 if (notifytype == dns_notifytype_no)
7136 if (notifytype
[all...]

Completed in 28 milliseconds