Searched refs:notify (Results 1 - 25 of 29) sorted by relevance

12

/bind-9.11.3/bin/tests/system/inline/ns5/
H A Dnamed.conf.pre19 notify-source 10.53.0.5;
26 notify yes;
27 notify-delay 0;
H A Dnamed.conf.post19 notify-source 10.53.0.5;
26 notify yes;
27 notify-delay 0;
/bind-9.11.3/bin/tests/system/logfileconfig/ns1/
H A Dnamed.plainconf11 notify-source 10.53.0.1;
20 notify yes;
H A Dnamed.dirconf13 notify-source 10.53.0.1;
22 notify yes;
H A Dnamed.pipeconf13 notify-source 10.53.0.1;
22 notify yes;
H A Dnamed.plain13 notify-source 10.53.0.1;
22 notify yes;
H A Dnamed.symconf13 notify-source 10.53.0.1;
22 notify yes;
H A Dnamed.unlimited11 notify-source 10.53.0.1;
20 notify yes;
H A Dnamed.versconf11 notify-source 10.53.0.1;
20 notify yes;
/bind-9.11.3/bin/confgen/
H A Dutil.h30 notify("%s", name); \
36 notify(const char *fmt, ...) ISC_FORMAT_PRINTF(1, 2);
H A Dutil.c28 notify(const char *fmt, ...) { function
/bind-9.11.3/bin/rndc/
H A Dutil.h30 notify("%s", name); \
36 notify(const char *fmt, ...) ISC_FORMAT_PRINTF(1, 2);
H A Dutil.c28 notify(const char *fmt, ...) { function
/bind-9.11.3/bin/tests/system/xfer/ns4/
H A Dnamed.conf.base13 notify-source 10.53.0.4;
20 notify yes;
/bind-9.11.3/bin/tests/system/database/ns1/
H A Dnamed.conf124 notify-source 10.53.0.1;
31 notify yes;
H A Dnamed.conf224 notify-source 10.53.0.1;
31 notify yes;
/bind-9.11.3/bin/tests/system/tkey/ns1/
H A Dnamed.conf.in15 notify-source 10.53.0.1;
22 notify no;
/bind-9.11.3/bin/tests/system/rpzrecurse/ns2/
H A Dnamed.conf.header13 notify-source 10.53.0.2;
/bind-9.11.3/bin/tests/system/dlzexternal/ns1/
H A Dnamed.conf.in15 notify-source 10.53.0.1;
23 notify yes;
/bind-9.11.3/bin/tests/system/catz/ns2/
H A Dnamed.conf.in17 notify-source 10.53.0.2;
23 notify no;
/bind-9.11.3/bin/tests/system/staticstub/ns3/
H A Dnamed.conf.in36 notify-source 10.53.0.3;
43 notify no;
/bind-9.11.3/bin/tests/system/staticstub/ns2/
H A Dnamed.conf.in31 notify-source 10.53.0.2;
38 notify no;
/bind-9.11.3/lib/dns/
H A Dzone.c84 #define DNS_NOTIFY_VALID(notify) ISC_MAGIC_VALID(notify, NOTIFY_MAGIC)
258 isc_sockaddr_t *notify; member in struct:dns_zone
464 #define DNS_ZONEFLG_NEEDNOTIFY 0x00000400U /*%< need to send out notify
492 #define DNS_ZONEFLG_NEEDSTARTUPNOTIFY 0x80000000U /*%< need to send out notify
566 * Hold notify state.
781 static void notify_find_address(dns_notify_t *notify);
782 static void notify_send(dns_notify_t *notify);
978 zone->notify = NULL;
5799 dns_zone_setalsonotify(dns_zone_t *zone, const isc_sockaddr_t *notify, argument
5807 dns_zone_setalsonotifywithkeys(dns_zone_t *zone, const isc_sockaddr_t *notify, dns_name_t **keynames, isc_uint32_t count) argument
5815 dns_zone_setalsonotifydscpkeys(dns_zone_t *zone, const isc_sockaddr_t *notify, const isc_dscp_t *dscps, dns_name_t **keynames, isc_uint32_t count) argument
10494 dns_notify_t *notify; local
10603 dns_notify_t *notify; local
10692 notify_destroy(dns_notify_t *notify, isc_boolean_t locked) argument
10725 dns_notify_t *notify; local
10754 dns_notify_t *notify; local
10778 notify_find_address(dns_notify_t *notify) argument
10816 notify_send_queue(dns_notify_t *notify, isc_boolean_t startup) argument
10842 dns_notify_t *notify; local
10979 notify_send(dns_notify_t *notify) argument
11140 dns_notify_t *notify = NULL; local
11201 dns_notify_t *notify = NULL; local
13837 dns_notify_t *notify; local
[all...]
/bind-9.11.3/bin/named/
H A Dnotify.c9 /* $Id: notify.c,v 1.37 2007/06/19 23:46:59 tbox Exp $ */
25 #include <named/notify.h>
29 * This module implements notify as in RFC1996.
83 "notify question section empty");
96 "notify question section contains multiple RRs");
105 "notify question section contains multiple RRs");
113 "notify question section contains no SOA");
147 "received notify for zone '%s'%s",
156 "received notify for zone '%s'%s: not authoritative",
/bind-9.11.3/lib/dns/include/dns/
H A Dzone.h93 #define DNS_ZONEOPT_NOTIFYFORWARD 0x80000000U /* forward notify to master */
682 dns_zone_setalsonotify(dns_zone_t *zone, const isc_sockaddr_t *notify,
685 dns_zone_setalsonotifywithkeys(dns_zone_t *zone, const isc_sockaddr_t *notify,
688 dns_zone_setalsonotifydscpkeys(dns_zone_t *zone, const isc_sockaddr_t *notify,
695 * dns_zone_alsonotifywithkeys() allows each notify address to
700 *\li 'notify' to be non-NULL if count != 0.
945 * Get the DSCP value associated with the IPv4 notify source.
954 * Set the DSCP value associated with the IPv4 notify source.
989 * Get the DSCP value associated with the IPv6 notify source.
998 * Set the DSCP value associated with the IPv6 notify sourc
[all...]

Completed in 137 milliseconds

12