/netbsd-src/external/bsd/nsd/dist/ |
H A D | nsd.h | 96 #define STATUP(nsd, stc) nsd->st->stc++ argument 100 #define STATUP2(nsd, stc, i) nsd->st->stc[(i) <= (LASTELEM(nsd->st->stc) - 1) ? i : LASTELEM(nsd->s… argument 103 #define STATUP(nsd, stc) /* Nothing */ argument 104 #define STATUP2(nsd, stc, i) /* Nothing */ argument 110 #define ZTATUP(nsd, zone, stc) ( \ argument 114 #define ZTATUP2(nsd, zone, stc, i) ( \ argument 119 #define ZTATUP(nsd, zone, stc) /* Nothing */ argument 120 #define ZTATUP2(nsd, zone, stc, i) /* Nothing */ argument 217 struct nsd struct 240 struct nsd_child *children; argument [all …]
|
H A D | nsd-checkzone.c | 28 struct nsd nsd; variable 47 check_zone(struct nsd* nsd, const char* name, const char* fname, FILE *out, in check_zone() 115 int writepid(struct nsd * ATTR_UNUSED(nsd)) in writepid() 122 void bind8_stats(struct nsd * ATTR_UNUSED(nsd)) in bind8_stats() 142 struct nsd nsd; in main() local
|
H A D | server.c | 150 struct nsd *nsd; member 158 struct nsd *nsd; member 230 struct nsd* nsd; member 412 delete_child_pid(struct nsd *nsd, pid_t pid) in delete_child_pid() 435 restart_child_servers(struct nsd *nsd, region_type* region, netio_type* netio, in restart_child_servers() 529 static void set_bind8_alarm(struct nsd* nsd) in set_bind8_alarm() 539 zonestatid_tree_set(struct nsd* nsd) in zonestatid_tree_set() 550 server_zonestat_alloc(struct nsd* nsd) in server_zonestat_alloc() 632 zonestat_remap(struct nsd* nsd, int idx, size_t sz) in zonestat_remap() 663 server_zonestat_realloc(struct nsd* nsd) in server_zonestat_realloc() [all …]
|
H A D | axfr.c | 22 query_axfr(struct nsd *nsd, struct query *query, int wstats) in query_axfr() 186 static int axfr_ixfr_can_admit_query(struct nsd* nsd, struct query* q) in axfr_ixfr_can_admit_query() 254 answer_axfr_ixfr(struct nsd *nsd, struct query *q) in answer_axfr_ixfr()
|
H A D | xfrd-disk.c | 522 tempdirname(char* buf, size_t sz, struct nsd* nsd) in tempdirname() 529 xfrd_make_tempdir(struct nsd* nsd) in xfrd_make_tempdir() 547 xfrd_del_tempdir(struct nsd* nsd) in xfrd_del_tempdir() 561 tempxfrname(char* buf, size_t sz, struct nsd* nsd, uint64_t number) in tempxfrname() 569 xfrd_open_xfrfile(struct nsd* nsd, uint64_t number, char* mode) in xfrd_open_xfrfile() 589 xfrd_unlink_xfrfile(struct nsd* nsd, uint64_t number) in xfrd_unlink_xfrfile() 600 xfrd_get_xfrfile_size(struct nsd* nsd, uint64_t number ) in xfrd_get_xfrfile_size()
|
H A D | edns.c | 83 edns_record_type* edns, struct query* query, nsd_type* nsd) in edns_handle_option() 128 query_type* query, nsd_type* nsd) in edns_parse_record() 239 void cookie_verify(query_type *q, struct nsd* nsd, uint32_t *now_p) { in cookie_verify() 308 void cookie_create(query_type *q, struct nsd* nsd, uint32_t *now_p) in cookie_create()
|
H A D | nsd-mem.c | 27 struct nsd nsd; variable 159 struct nsd nsd; in check_zone_mem() local 218 int writepid(struct nsd * ATTR_UNUSED(nsd)) in writepid() 225 void bind8_stats(struct nsd * ATTR_UNUSED(nsd)) in bind8_stats() 241 struct nsd nsd; in main() local
|
H A D | verify.c | 34 struct zone *verify_next_zone(struct nsd *nsd, struct zone *zone) in verify_next_zone() 270 struct nsd *nsd; in verify_handle_signal() local 294 struct nsd *nsd; in verify_handle_exit() local 369 struct nsd *nsd = (struct nsd *)arg; in verify_handle_command() local 413 void verify_zone(struct nsd *nsd, struct zone *zone) in verify_zone()
|
H A D | query.c | 151 query_ratelimit_err(nsd_type* nsd) in query_ratelimit_err() 167 query_formerr (struct query *query, nsd_type* nsd) in query_formerr() 335 process_edns(nsd_type* nsd, struct query *q) in process_edns() 421 answer_notify(struct nsd* nsd, struct query *query) in answer_notify() 552 answer_chaos(struct nsd *nsd, query_type *q) in answer_chaos() 1012 answer_domain(struct nsd* nsd, struct query *q, answer_type *answer, in answer_domain() 1125 answer_authoritative(struct nsd *nsd, in answer_authoritative() 1313 answer_lookup_zone(struct nsd *nsd, struct query *q, answer_type *answer, in answer_lookup_zone() 1500 answer_query(struct nsd *nsd, struct query *q) in answer_query() 1554 query_process(query_type *q, nsd_type *nsd, uint32_t *now_p) in query_process() [all …]
|
H A D | difffile.c | 59 struct nsd* nsd, uint64_t filenumber) in diff_write_packet() 107 struct nsd* nsd, uint64_t filenumber) in diff_write_commit() 162 const char* zone, uint8_t commit, struct nsd* nsd, uint64_t filenumber) in diff_update_commit() 993 apply_ixfr(nsd_type* nsd, FILE *in, uint32_t serialno, in apply_ixfr() 1277 apply_ixfr_for_zone(nsd_type* nsd, zone_type* zone, FILE* in, in apply_ixfr_for_zone() 1885 task_process_checkzones(struct nsd* nsd, udb_base* taskudb, udb_ptr* last_task, in task_process_checkzones() 1902 task_process_writezones(struct nsd* nsd, struct task_list_d* task) in task_process_writezones() 1915 task_process_add_zone(struct nsd* nsd, udb_base* udb, udb_ptr* last_task, in task_process_add_zone() 1944 task_process_del_zone(struct nsd* nsd, struct task_list_d* task) in task_process_del_zone() 1968 task_process_add_key(struct nsd* nsd, struct task_list_d* task) in task_process_add_key() [all …]
|
H A D | dbaccess.c | 193 namedb_read_zonefile(struct nsd* nsd, struct zone* zone, udb_base* taskudb, in namedb_read_zonefile() 319 void namedb_check_zonefile(struct nsd* nsd, udb_base* taskudb, in namedb_check_zonefile() 332 void namedb_check_zonefiles(struct nsd* nsd, struct nsd_options* opt, in namedb_check_zonefiles()
|
H A D | ipc.h | 28 struct nsd *nsd; member 49 struct nsd *nsd; member
|
H A D | ipc.c | 36 ipc_child_quit(struct nsd* nsd) in ipc_child_quit() 212 child_is_done(struct nsd* nsd, int fd) in child_is_done() 460 parent_check_all_children_exited(struct nsd* nsd) in parent_check_all_children_exited() 481 struct nsd *nsd = (struct nsd*) handler->user_data; in parent_handle_reload_command() local
|
H A D | dbcreate.c | 214 namedb_write_zonefile(struct nsd* nsd, struct zone_options* zopt) in namedb_write_zonefile() 279 namedb_write_zonefiles(struct nsd* nsd, struct nsd_options* options) in namedb_write_zonefiles()
|
H A D | nsd.c | 63 struct nsd nsd; variable 687 writepid(struct nsd *nsd) in writepid() 831 bind8_stats (struct nsd *nsd) in bind8_stats() 895 int cookie_secret_file_read(nsd_type* nsd) { in cookie_secret_file_read()
|
H A D | verify.h | 59 struct nsd *nsd; member
|
H A D | util.c | 1239 void add_cookie_secret(struct nsd* nsd, uint8_t* secret) in add_cookie_secret() 1264 void activate_cookie_secret(struct nsd* nsd) in activate_cookie_secret() 1284 void drop_cookie_secret(struct nsd* nsd) in drop_cookie_secret()
|
H A D | ixfrcreate.c | 995 struct nsd* nsd, const char* zfile, uint32_t ixfr_number) in ixfr_create_finishup() 1037 void ixfr_readup_exist(struct zone* zone, struct nsd* nsd, in ixfr_readup_exist() 1054 int append_mem, struct nsd* nsd, const char* zfile, in ixfr_create_perform()
|
H A D | xfrd.c | 129 xfrd_init(int socket, struct nsd* nsd, int shortsoa, int reload_active, in xfrd_init() 462 xfrd_clean_pending_tasks(struct nsd* nsd, udb_base* u) in xfrd_clean_pending_tasks() 870 xfrd_free_namedb(struct nsd* nsd) in xfrd_free_namedb()
|
H A D | ixfr.c | 741 query_state_type query_ixfr(struct nsd *nsd, struct query *query) in query_ixfr() 1049 void ixfr_store_finish(struct ixfr_store* ixfr_store, struct nsd* nsd, in ixfr_store_finish() 1509 struct zone_ixfr* zone_ixfr_create(struct nsd* nsd) in zone_ixfr_create() 2577 static int ixfr_data_read(struct nsd* nsd, struct zone* zone, FILE* in, in ixfr_data_read() 2668 static int ixfr_read_one_more_file(struct nsd* nsd, struct zone* zone, in ixfr_read_one_more_file() 2695 void ixfr_read_from_file(struct nsd* nsd, struct zone* zone, const char* zfile) in ixfr_read_from_file()
|
H A D | remote.c | 2163 cookie_secret_file_dump(RES* ssl, nsd_type const* nsd) { in cookie_secret_file_dump() 2192 nsd_type* nsd = xrfd->nsd; in do_activate_cookie_secret() local 2218 nsd_type* nsd = xrfd->nsd; in do_drop_cookie_secret() local 2244 nsd_type* nsd = xrfd->nsd; in do_add_cookie_secret() local 2289 nsd_type* nsd = xrfd->nsd; in do_print_cookie_secrets() local
|
/netbsd-src/external/bsd/nsd/dist/dnstap/ |
H A D | dnstap_collector.c | 40 struct dt_collector* dt_collector_create(struct nsd* nsd) in dt_collector_create() 116 void dt_collector_destroy(struct dt_collector* dt_col, struct nsd* nsd) in dt_collector_destroy() 131 void dt_collector_close(struct dt_collector* dt_col, struct nsd* nsd) in dt_collector_close() 284 static void dt_init_dnstap(struct dt_collector* dt_col, struct nsd* nsd) in dt_init_dnstap() 312 static void dt_collector_cleanup(struct dt_collector* dt_col, struct nsd* nsd) in dt_collector_cleanup() 338 static void dt_attach_events(struct dt_collector* dt_col, struct nsd* nsd) in dt_attach_events() 388 static void dt_collector_run(struct dt_collector* dt_col, struct nsd* nsd) in dt_collector_run() 406 void dt_collector_start(struct dt_collector* dt_col, struct nsd* nsd) in dt_collector_start() 539 void dt_collector_submit_auth_query(struct nsd* nsd, in dt_collector_submit_auth_query() 570 void dt_collector_submit_auth_response(struct nsd* nsd, in dt_collector_submit_auth_response()
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_nfssvc.c | 93 nfssvc32_nsd_in(struct nfsd_srvargs *nsd, const void *argp) in nfssvc32_nsd_in() 118 nfssvc32_nsd_out(void *argp, const struct nfsd_srvargs *nsd) in nfssvc32_nsd_out()
|
/netbsd-src/sys/nfs/ |
H A D | nfs_syscalls.c | 236 nfssvc_nsd_in(struct nfsd_srvargs *nsd, const void *argp) in nfssvc_nsd_in() 243 nfssvc_nsd_out(void *argp, const struct nfsd_srvargs *nsd) in nfssvc_nsd_out() 296 struct nfsd_srvargs nfsd_srvargs, *nsd = &nfsd_srvargs; in do_nfssvc() local 592 nfssvc_nfsd(struct nfssvc_copy_ops *ops, struct nfsd_srvargs *nsd, in nfssvc_nfsd()
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | vasprintf.c | 1087 size_t nsd; in regular_ab() local 1291 size_t nsd; in regular_eg() local 1528 size_t nsd; in regular_fg() local
|