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

/bind-9.6-ESV-R11/bin/rndc/
H A Dutil.c36 notify(const char *fmt, ...) { function
/bind-9.6-ESV-R11/lib/dns/
H A Dadb.c1093 unsigned int wanted, notify; local
1106 notify = wanted & addrs;
1111 if ((notify) != 0) {
H A Dzone.c84 #define DNS_NOTIFY_VALID(notify) ISC_MAGIC_VALID(notify, NOTIFY_MAGIC)
225 isc_sockaddr_t *notify; member in struct:dns_zone
350 #define DNS_ZONEFLG_NEEDNOTIFY 0x00000400U /*%< need to send out notify
436 * Hold notify state.
601 static void notify_find_address(dns_notify_t *notify);
602 static void notify_send(dns_notify_t *notify);
757 zone->notify = NULL;
3387 dns_zone_setalsonotify(dns_zone_t *zone, const isc_sockaddr_t *notify, argument
3393 REQUIRE(count == 0 || notify !
6635 dns_notify_t *notify; local
6729 dns_notify_t *notify; local
6789 notify_destroy(dns_notify_t *notify, isc_boolean_t locked) argument
6823 dns_notify_t *notify; local
6850 dns_notify_t *notify; local
6874 notify_find_address(dns_notify_t *notify) argument
6912 notify_send_queue(dns_notify_t *notify) argument
6933 dns_notify_t *notify; local
7046 notify_send(dns_notify_t *notify) argument
7114 dns_notify_t *notify = NULL; local
9645 dns_notify_t *notify; local
[all...]

Completed in 33 milliseconds