Lines Matching defs:xfrd
154 struct xfrd_state* xfrd; member
550 daemon_remote_attach(struct daemon_remote* rc, struct xfrd_state* xfrd) in daemon_remote_attach()
850 get_zone_arg(RES* ssl, xfrd_state_type* xfrd, char* arg, in get_zone_arg()
876 do_stop(RES* ssl, xfrd_state_type* xfrd) in do_stop()
889 do_log_reopen(RES* ssl, xfrd_state_type* xfrd) in do_log_reopen()
897 do_reload(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_reload()
910 do_write(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_write()
923 do_notify(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_notify()
948 do_transfer(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_transfer()
989 do_force_transfer(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_force_transfer()
1028 print_zonestatus(RES* ssl, xfrd_state_type* xfrd, struct zone_options* zo) in print_zonestatus()
1109 do_zonestatus(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_zonestatus()
1188 do_status(RES* ssl, xfrd_state_type* xfrd) in do_status()
1205 do_stats(RES* ssl, xfrd_state_type* xfrd, int peek) in do_stats()
1217 zonestat_inc_ifneeded(xfrd_state_type* xfrd) in zonestat_inc_ifneeded()
1231 perform_changezone(RES* ssl, xfrd_state_type* xfrd, char* arg) in perform_changezone()
1316 perform_addzone(RES* ssl, xfrd_state_type* xfrd, char* arg) in perform_addzone()
1379 perform_delzone(RES* ssl, xfrd_state_type* xfrd, char* arg) in perform_delzone()
1428 do_addzone(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_addzone()
1437 do_delzone(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_delzone()
1446 do_changezone(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_changezone()
1455 do_addzones(RES* ssl, xfrd_state_type* xfrd) in do_addzones()
1477 do_delzones(RES* ssl, xfrd_state_type* xfrd) in do_delzones()
1499 static void remove_key(xfrd_state_type* xfrd, const char* kname) in remove_key()
1510 static void add_key(xfrd_state_type* xfrd, struct key_options* k) in add_key()
1519 static void repat_keys(xfrd_state_type* xfrd, struct nsd_options* newopt) in repat_keys()
1544 parse_implicit_name(xfrd_state_type* xfrd,const char* pname) in parse_implicit_name()
1555 remove_cfgzone(xfrd_state_type* xfrd, const char* pname) in remove_cfgzone()
1593 add_cfgzone(xfrd_state_type* xfrd, const char* pname) in add_cfgzone()
1627 remove_pat(xfrd_state_type* xfrd, const char* name) in remove_pat()
1638 add_pat(xfrd_state_type* xfrd, struct pattern_options* p) in add_pat()
1648 repat_interrupt_zones(xfrd_state_type* xfrd, struct nsd_options* newopt) in repat_interrupt_zones()
1702 repat_interrupt_notify_start(xfrd_state_type* xfrd) in repat_interrupt_notify_start()
1719 repat_patterns(xfrd_state_type* xfrd, struct nsd_options* newopt) in repat_patterns()
1818 repat_options_changed(xfrd_state_type* xfrd, struct nsd_options* newopt) in repat_options_changed()
1835 repat_options(xfrd_state_type* xfrd, struct nsd_options* newopt) in repat_options()
1863 do_repattern(RES* ssl, xfrd_state_type* xfrd) in do_repattern()
1903 do_serverpid(RES* ssl, xfrd_state_type* xfrd) in do_serverpid()
1910 do_print_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_print_tsig()
1932 do_update_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_update_tsig()
1983 do_add_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_add_tsig()
2062 do_assoc_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_assoc_tsig()
2121 do_del_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg) { in do_del_tsig()
2694 resize_zonestat(xfrd_state_type* xfrd, size_t num) in resize_zonestat()
2706 zonestat_print(RES* ssl, xfrd_state_type* xfrd, int clear, in zonestat_print()
2759 print_stats(RES* ssl, xfrd_state_type* xfrd, struct timeval* now, int clear, in print_stats()
2817 process_stats_alloc(xfrd_state_type* xfrd, struct nsdst** stats, in process_stats_alloc()
2831 process_stats_grab(xfrd_state_type* xfrd, struct timeval* stattime, in process_stats_grab()
2851 process_stats_add_old_new(xfrd_state_type* xfrd, struct nsdst* stats) in process_stats_add_old_new()
2869 process_stats_manage_clear(xfrd_state_type* xfrd, struct nsdst* stats, in process_stats_manage_clear()
2900 process_stats_add_total(xfrd_state_type* xfrd, struct nsdst* total, in process_stats_add_total()
2919 process_stats(RES* ssl, xfrd_state_type* xfrd, int peek) in process_stats()