Lines Matching defs:xfrd

157 	struct xfrd_state* xfrd;  member
553 daemon_remote_attach(struct daemon_remote* rc, struct xfrd_state* xfrd) in daemon_remote_attach()
855 get_zone_arg(RES* ssl, xfrd_state_type* xfrd, char* arg, in get_zone_arg()
881 do_stop(RES* ssl, xfrd_state_type* xfrd) in do_stop()
894 do_log_reopen(RES* ssl, xfrd_state_type* xfrd) in do_log_reopen()
902 do_reload(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_reload()
915 do_write(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_write()
928 do_notify(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_notify()
953 do_transfer(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_transfer()
994 do_force_transfer(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_force_transfer()
1033 print_zonestatus(RES* ssl, xfrd_state_type* xfrd, struct zone_options* zo) in print_zonestatus()
1170 do_zonestatus(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_zonestatus()
1249 do_status(RES* ssl, xfrd_state_type* xfrd) in do_status()
1266 do_stats(RES* ssl, xfrd_state_type* xfrd, int peek) in do_stats()
1278 zonestat_inc_ifneeded(xfrd_state_type* xfrd) in zonestat_inc_ifneeded()
1292 perform_changezone(RES* ssl, xfrd_state_type* xfrd, char* arg) in perform_changezone()
1395 perform_addzone(RES* ssl, xfrd_state_type* xfrd, char* arg) in perform_addzone()
1463 perform_delzone(RES* ssl, xfrd_state_type* xfrd, char* arg) in perform_delzone()
1532 do_addzone(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_addzone()
1541 do_delzone(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_delzone()
1550 do_changezone(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_changezone()
1559 do_addzones(RES* ssl, xfrd_state_type* xfrd) in do_addzones()
1581 do_delzones(RES* ssl, xfrd_state_type* xfrd) in do_delzones()
1603 static void remove_key(xfrd_state_type* xfrd, const char* kname) in remove_key()
1614 static void add_key(xfrd_state_type* xfrd, struct key_options* k) in add_key()
1623 static void repat_keys(xfrd_state_type* xfrd, struct nsd_options* newopt) in repat_keys()
1648 parse_implicit_name(xfrd_state_type* xfrd,const char* pname) in parse_implicit_name()
1659 remove_cfgzone(xfrd_state_type* xfrd, const char* pname) in remove_cfgzone()
1701 add_cfgzone(xfrd_state_type* xfrd, const char* pname) in add_cfgzone()
1739 remove_pat(xfrd_state_type* xfrd, const char* name) in remove_pat()
1750 add_pat(xfrd_state_type* xfrd, struct pattern_options* p) in add_pat()
1760 repat_interrupt_zones(xfrd_state_type* xfrd, struct nsd_options* newopt) in repat_interrupt_zones()
1814 repat_interrupt_notify_start(xfrd_state_type* xfrd) in repat_interrupt_notify_start()
1831 repat_patterns(xfrd_state_type* xfrd, struct nsd_options* newopt) in repat_patterns()
1957 repat_options_changed(xfrd_state_type* xfrd, struct nsd_options* newopt) in repat_options_changed()
1974 repat_options(xfrd_state_type* xfrd, struct nsd_options* newopt) in repat_options()
2002 do_repattern(RES* ssl, xfrd_state_type* xfrd) in do_repattern()
2043 do_serverpid(RES* ssl, xfrd_state_type* xfrd) in do_serverpid()
2050 do_print_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_print_tsig()
2072 do_update_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_update_tsig()
2123 do_add_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_add_tsig()
2202 do_assoc_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg) in do_assoc_tsig()
2261 do_del_tsig(RES* ssl, xfrd_state_type* xfrd, char* arg) { in do_del_tsig()
2838 resize_zonestat(xfrd_state_type* xfrd, size_t num) in resize_zonestat()
2850 zonestat_print(RES* ssl, xfrd_state_type* xfrd, int clear, in zonestat_print()
2903 print_stats(RES* ssl, xfrd_state_type* xfrd, struct timeval* now, int clear, in print_stats()
2966 process_stats_alloc(xfrd_state_type* xfrd, struct nsdst** stats, in process_stats_alloc()
2980 process_stats_grab(xfrd_state_type* xfrd, struct timeval* stattime, in process_stats_grab()
3000 process_stats_add_old_new(xfrd_state_type* xfrd, struct nsdst* stats) in process_stats_add_old_new()
3018 process_stats_manage_clear(xfrd_state_type* xfrd, struct nsdst* stats, in process_stats_manage_clear()
3049 process_stats_add_total(xfrd_state_type* xfrd, struct nsdst* total, in process_stats_add_total()
3068 process_stats(RES* ssl, xfrd_state_type* xfrd, int peek) in process_stats()