Symbol: notify_zone
usr.sbin/nsd/remote.c
1037
struct notify_zone* nz = (struct notify_zone*)rbtree_search(
usr.sbin/nsd/remote.c
1834
zone_notify_config_changed(struct notify_zone* nz, struct pattern_options* oldp, struct pattern_options* newp)
usr.sbin/nsd/remote.c
1871
struct notify_zone* nz;
usr.sbin/nsd/remote.c
1897
RBTREE_FOR(nz, struct notify_zone*, xfrd->notify_zones) {
usr.sbin/nsd/remote.c
1923
struct notify_zone* nz;
usr.sbin/nsd/remote.c
1924
RBTREE_FOR(nz, struct notify_zone*, xfrd->notify_zones) {
usr.sbin/nsd/remote.c
934
struct notify_zone* n = (struct notify_zone*)rbtree_search(
usr.sbin/nsd/remote.c
943
struct notify_zone* n;
usr.sbin/nsd/remote.c
944
RBTREE_FOR(n, struct notify_zone*, xfrd->notify_zones) {
usr.sbin/nsd/xfrd-notify.c
124
struct notify_zone* not = (struct notify_zone*)rbtree_delete(
usr.sbin/nsd/xfrd-notify.c
155
reply_pkt_is_ack(struct notify_zone* zone, buffer_type* packet, int index)
usr.sbin/nsd/xfrd-notify.c
225
notify_pkt_done(struct notify_zone* zone, int index)
usr.sbin/nsd/xfrd-notify.c
23
static void notify_enable(struct notify_zone* zone,
usr.sbin/nsd/xfrd-notify.c
235
notify_pkt_retry(struct notify_zone* zone, int index)
usr.sbin/nsd/xfrd-notify.c
251
xfrd_handle_notify_reply(struct notify_zone* zone, buffer_type* packet,
usr.sbin/nsd/xfrd-notify.c
26
static void setup_notify_active(struct notify_zone* zone);
usr.sbin/nsd/xfrd-notify.c
275
xfrd_notify_send_udp(struct notify_zone* zone, int index)
usr.sbin/nsd/xfrd-notify.c
31
static int xfrd_notify_send_udp(struct notify_zone* zone, int index);
usr.sbin/nsd/xfrd-notify.c
34
notify_send_disable(struct notify_zone* zone)
usr.sbin/nsd/xfrd-notify.c
351
notify_timeout_check(struct notify_zone* zone)
usr.sbin/nsd/xfrd-notify.c
365
notify_start_pkts(struct notify_zone* zone)
usr.sbin/nsd/xfrd-notify.c
387
notify_setup_event(struct notify_zone* zone)
usr.sbin/nsd/xfrd-notify.c
426
struct notify_zone* zone = (struct notify_zone*)arg;
usr.sbin/nsd/xfrd-notify.c
45
notify_send6_disable(struct notify_zone* zone)
usr.sbin/nsd/xfrd-notify.c
472
setup_notify_active(struct notify_zone* zone)
usr.sbin/nsd/xfrd-notify.c
494
notify_enable(struct notify_zone* zone, struct xfrd_soa* new_soa)
usr.sbin/nsd/xfrd-notify.c
528
xfrd_notify_start(struct notify_zone* zone, struct xfrd_state* xfrd)
usr.sbin/nsd/xfrd-notify.c
544
struct notify_zone* zone = (struct notify_zone*)
usr.sbin/nsd/xfrd-notify.c
558
struct notify_zone* zone = (struct notify_zone*)
usr.sbin/nsd/xfrd-notify.c
56
notify_disable(struct notify_zone* zone)
usr.sbin/nsd/xfrd-notify.c
574
struct notify_zone* zone;
usr.sbin/nsd/xfrd-notify.c
575
RBTREE_FOR(zone, struct notify_zone*, tree)
usr.sbin/nsd/xfrd-notify.c
71
struct notify_zone* wz = xfrd->notify_waiting_first;
usr.sbin/nsd/xfrd-notify.c
96
struct notify_zone* not = (struct notify_zone*)
usr.sbin/nsd/xfrd-notify.c
97
region_alloc(region, sizeof(struct notify_zone));
usr.sbin/nsd/xfrd-notify.c
98
memset(not, 0, sizeof(struct notify_zone));
usr.sbin/nsd/xfrd-notify.h
75
struct notify_zone* waiting_next;
usr.sbin/nsd/xfrd-notify.h
76
struct notify_zone* waiting_prev;
usr.sbin/nsd/xfrd-notify.h
89
void xfrd_notify_start(struct notify_zone* zone, struct xfrd_state* xfrd);
usr.sbin/nsd/xfrd-notify.h
99
void notify_disable(struct notify_zone* zone);
usr.sbin/nsd/xfrd.c
476
struct notify_zone* n;
usr.sbin/nsd/xfrd.c
477
RBTREE_FOR(n, struct notify_zone*, xfrd->notify_zones) {
usr.sbin/nsd/xfrd.h
122
struct notify_zone *notify_waiting_first, *notify_waiting_last;
usr.sbin/nsd/xfrd.h
35
struct notify_zone;