Home
last modified time | relevance | path

Searched refs:xfrd_zone_type (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dxfrd.h39 typedef struct xfrd_zone xfrd_zone_type; typedef
197 xfrd_zone_type* tcp_waiting_next;
198 xfrd_zone_type* tcp_waiting_prev;
202 xfrd_zone_type* tcp_send_next;
203 xfrd_zone_type* tcp_send_prev;
207 xfrd_zone_type* udp_waiting_next;
208 xfrd_zone_type* udp_waiting_prev;
212 xfrd_zone_type* activated_next;
213 xfrd_zone_type* activated_prev;
276 within_refresh_bounds(xfrd_zone_type* zone, time_t refresh) in within_refresh_bounds()
[all …]
H A Dxfrd.c66 static int xfrd_handle_incoming_notify(xfrd_zone_type* zone,
72 static void xfrd_set_zone_state(xfrd_zone_type* zone,
75 static void xfrd_set_timer_retry(xfrd_zone_type* zone);
77 static void xfrd_set_timer_refresh(xfrd_zone_type* zone);
87 static int xfrd_send_ixfr_request_udp(xfrd_zone_type* zone);
89 static void xfrd_udp_obtain(xfrd_zone_type* zone);
92 static void xfrd_udp_read(xfrd_zone_type* zone);
95 static int find_same_master_notify(xfrd_zone_type* zone, int acl_num_nfy);
100 static void xfrd_free_zone_xfr(xfrd_zone_type* zone, xfrd_xfr_type* xfr);
243 xfrd_zone_type* zone; in xfrd_process_activated()
[all …]
H A Dxfrd-tcp.c513 pipeline_find(struct xfrd_tcp_set* set, xfrd_zone_type* zone) in pipeline_find()
545 tcp_zone_waiting_list_popfirst(struct xfrd_tcp_set* set, xfrd_zone_type* zone) in tcp_zone_waiting_list_popfirst()
558 tcp_pipe_sendlist_remove(struct xfrd_tcp_pipeline* tp, xfrd_zone_type* zone) in tcp_pipe_sendlist_remove()
573 tcp_pipe_sendlist_popfirst(struct xfrd_tcp_pipeline* tp, xfrd_zone_type* zone) in tcp_pipe_sendlist_popfirst()
584 tcp_pipe_id_remove(struct xfrd_tcp_pipeline* tp, xfrd_zone_type* zone, in tcp_pipe_id_remove()
608 xfrd_zone_type* zone = zid->zone; in xfrd_tcp_pipe_stop()
680 xfrd_zone_type* zone) in pipeline_setup_new_zone()
713 xfrd_tcp_obtain(struct xfrd_tcp_set* set, xfrd_zone_type* zone) in xfrd_tcp_obtain()
792 xfrd_zone_type* zone) in xfrd_tcp_open()
967 xfrd_tcp_setup_write_packet(struct xfrd_tcp_pipeline* tp, xfrd_zone_type* zone) in xfrd_tcp_setup_write_packet()
[all …]
H A Dxfrd-disk.c191 xfrd_zone_type* zone; in xfrd_read_state()
240 zone = (xfrd_zone_type*)rbtree_search(xfrd->zones, dname); in xfrd_read_state()
489 xfrd_zone_type* zone = (xfrd_zone_type*)p; in xfrd_write_state()
H A Dremote.c951 xfrd_zone_type* zone; in do_transfer()
955 zone = (xfrd_zone_type*)rbtree_search(xfrd->zones, (const in do_transfer()
964 RBTREE_FOR(zone, xfrd_zone_type*, xfrd->zones) { in do_transfer()
973 force_transfer_zone(xfrd_zone_type* zone) in force_transfer_zone()
992 xfrd_zone_type* zone; in do_force_transfer()
996 zone = (xfrd_zone_type*)rbtree_search(xfrd->zones, (const in do_force_transfer()
1005 RBTREE_FOR(zone, xfrd_zone_type*, xfrd->zones) { in do_force_transfer()
1030 xfrd_zone_type* xz = (xfrd_zone_type*)rbtree_search(xfrd->zones, in print_zonestatus()
1654 xfrd_zone_type* xz; in repat_interrupt_zones()
1656 RBTREE_FOR(xz, xfrd_zone_type*, xfrd->zones) { in repat_interrupt_zones()
H A Dxfrd-notify.c520 xfrd_zone_type* xz; in xfrd_notify_start()
524 xz = (xfrd_zone_type*)rbtree_search(xfrd->zones, zone->apex); in xfrd_notify_start()