notify_zone
struct notify_zone* nz = (struct notify_zone*)rbtree_search(
zone_notify_config_changed(struct notify_zone* nz, struct pattern_options* oldp, struct pattern_options* newp)
struct notify_zone* nz;
RBTREE_FOR(nz, struct notify_zone*, xfrd->notify_zones) {
struct notify_zone* nz;
RBTREE_FOR(nz, struct notify_zone*, xfrd->notify_zones) {
struct notify_zone* n = (struct notify_zone*)rbtree_search(
struct notify_zone* n;
RBTREE_FOR(n, struct notify_zone*, xfrd->notify_zones) {
struct notify_zone* not = (struct notify_zone*)rbtree_delete(
reply_pkt_is_ack(struct notify_zone* zone, buffer_type* packet, int index)
notify_pkt_done(struct notify_zone* zone, int index)
static void notify_enable(struct notify_zone* zone,
notify_pkt_retry(struct notify_zone* zone, int index)
xfrd_handle_notify_reply(struct notify_zone* zone, buffer_type* packet,
static void setup_notify_active(struct notify_zone* zone);
xfrd_notify_send_udp(struct notify_zone* zone, int index)
static int xfrd_notify_send_udp(struct notify_zone* zone, int index);
notify_send_disable(struct notify_zone* zone)
notify_timeout_check(struct notify_zone* zone)
notify_start_pkts(struct notify_zone* zone)
notify_setup_event(struct notify_zone* zone)
struct notify_zone* zone = (struct notify_zone*)arg;
notify_send6_disable(struct notify_zone* zone)
setup_notify_active(struct notify_zone* zone)
notify_enable(struct notify_zone* zone, struct xfrd_soa* new_soa)
xfrd_notify_start(struct notify_zone* zone, struct xfrd_state* xfrd)
struct notify_zone* zone = (struct notify_zone*)
struct notify_zone* zone = (struct notify_zone*)
notify_disable(struct notify_zone* zone)
struct notify_zone* zone;
RBTREE_FOR(zone, struct notify_zone*, tree)
struct notify_zone* wz = xfrd->notify_waiting_first;
struct notify_zone* not = (struct notify_zone*)
region_alloc(region, sizeof(struct notify_zone));
memset(not, 0, sizeof(struct notify_zone));
struct notify_zone* waiting_next;
struct notify_zone* waiting_prev;
void xfrd_notify_start(struct notify_zone* zone, struct xfrd_state* xfrd);
void notify_disable(struct notify_zone* zone);
struct notify_zone* n;
RBTREE_FOR(n, struct notify_zone*, xfrd->notify_zones) {
struct notify_zone *notify_waiting_first, *notify_waiting_last;
struct notify_zone;