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

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dzoneconf.c806 dns_notifytype_t notifytype = dns_notifytype_yes; local
1067 notifytype = dns_notifytype_yes;
1069 notifytype = dns_notifytype_no;
1073 notifytype = dns_notifytype_explicit;
1075 notifytype = dns_notifytype_masteronly;
1081 dns_zone_setnotifytype(zone, notifytype);
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dzone.h1335 dns_zone_setnotifytype(dns_zone_t *zone, dns_notifytype_t notifytype);
1337 * Sets zone notify method to "notifytype"
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dzone.c258 dns_notifytype_t notifytype; member in struct:dns_zone
886 zone->notifytype = dns_notifytype_yes;
1152 dns_zone_setnotifytype(dns_zone_t *zone, dns_notifytype_t notifytype) { argument
1156 zone->notifytype = notifytype;
9927 dns_notifytype_t notifytype; local
9935 notifytype = zone->notifytype;
9942 if (notifytype == dns_notifytype_no)
9945 if (notifytype
[all...]

Completed in 121 milliseconds