Home
last modified time | relevance | path

Searched defs:nsd (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/external/bsd/nsd/dist/
H A Dnsd.h206 struct nsd struct
229 struct nsd_child *children; argument
234 struct nsd_child *this_child; argument
238 int mytask;
272 struct nsd_socket* tcp; argument
279 struct nsd_socket *verify_tcp; argument
304 struct nsdst { argument
320 struct nsdst* zonestat[2]; argument
329 struct nsdst* zonestatnow; argument
359 struct nsd_options* options; argument
[all …]
H A Dnsd-checkzone.c28 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 Dserver.c139 struct nsd *nsd; member
145 struct nsd *nsd; member
215 struct nsd* nsd; member
518 zonestatid_tree_set(struct nsd* nsd) in zonestatid_tree_set()
1328 server_init(struct nsd *nsd) in server_init()
1399 server_prepare(struct nsd *nsd) in server_prepare()
1505 server_shutdown(struct nsd *nsd) in server_shutdown()
2496 server_main(struct nsd *nsd) in server_main()
2962 struct nsd *nsd, in add_udp_handler()
2981 struct nsd *nsd, in add_tcp_handler()
[all …]
H A Daxfr.c22 query_axfr(struct nsd *nsd, struct query *query, int wstats) in query_axfr()
172 static int axfr_ixfr_can_admit_query(struct nsd* nsd, struct query* q) in axfr_ixfr_can_admit_query()
217 answer_axfr_ixfr(struct nsd *nsd, struct query *q) in answer_axfr_ixfr()
H A Dxfrd-disk.c522 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 Dedns.c83 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 Dverify.c34 struct zone *verify_next_zone(struct nsd *nsd, struct zone *zone) in verify_next_zone()
270 struct nsd *nsd; in verify_handle_signal() local
291 struct nsd *nsd; in verify_handle_exit() local
362 struct nsd *nsd = (struct nsd *)arg; in verify_handle_command() local
406 void verify_zone(struct nsd *nsd, struct zone *zone) in verify_zone()
H A Dquery.c151 query_ratelimit_err(nsd_type* nsd) in query_ratelimit_err()
167 query_formerr (struct query *query, nsd_type* nsd) in query_formerr()
333 process_edns(nsd_type* nsd, struct query *q) in process_edns()
419 answer_notify(struct nsd* nsd, struct query *query) in answer_notify()
529 answer_chaos(struct nsd *nsd, query_type *q) in answer_chaos()
989 answer_domain(struct nsd* nsd, struct query *q, answer_type *answer, in answer_domain()
1102 answer_authoritative(struct nsd *nsd, in answer_authoritative()
1290 answer_lookup_zone(struct nsd *nsd, struct query *q, answer_type *answer, in answer_lookup_zone()
1452 answer_query(struct nsd *nsd, struct query *q) in answer_query()
1506 query_process(query_type *q, nsd_type *nsd, uint32_t *now_p) in query_process()
[all …]
H A Dnsd-mem.c28 struct nsd nsd; variable
183 struct nsd nsd; in check_zone_mem() local
255 int writepid(struct nsd * ATTR_UNUSED(nsd)) in writepid()
262 void bind8_stats(struct nsd * ATTR_UNUSED(nsd)) in bind8_stats()
278 struct nsd nsd; in main() local
H A Ddifffile.c60 struct nsd* nsd, uint64_t filenumber) in diff_write_packet()
108 struct nsd* nsd, uint64_t filenumber) in diff_write_commit()
163 const char* zone, uint8_t commit, struct nsd* nsd, uint64_t filenumber) in diff_update_commit()
1323 apply_ixfr_for_zone(nsd_type* nsd, zone_type* zonedb, FILE* in, in apply_ixfr_for_zone()
1987 task_process_writezones(struct nsd* nsd, struct task_list_d* task) in task_process_writezones()
2029 task_process_del_zone(struct nsd* nsd, struct task_list_d* task) in task_process_del_zone()
2061 task_process_add_key(struct nsd* nsd, struct task_list_d* task) in task_process_add_key()
2073 task_process_del_key(struct nsd* nsd, struct task_list_d* task) in task_process_del_key()
2132 task_process_add_pattern(struct nsd* nsd, struct task_list_d* task) in task_process_add_pattern()
2145 task_process_del_pattern(struct nsd* nsd, struct task_list_d* task) in task_process_del_pattern()
[all …]
H A Dipc.c36 ipc_child_quit(struct nsd* nsd) in ipc_child_quit()
230 child_is_done(struct nsd* nsd, int fd) in child_is_done()
326 read_child_stats(struct nsd* nsd, struct nsd_child* child, int fd) in read_child_stats()
503 parent_check_all_children_exited(struct nsd* nsd) in parent_check_all_children_exited()
524 struct nsd *nsd = (struct nsd*) handler->user_data; in parent_handle_reload_command() local
H A Dipc.h28 struct nsd *nsd; member
49 struct nsd *nsd; member
H A Dnsd.c61 struct nsd nsd; variable
686 writepid(struct nsd *nsd) in writepid()
830 bind8_stats (struct nsd *nsd) in bind8_stats()
890 int cookie_secret_file_read(nsd_type* nsd) { in cookie_secret_file_read()
H A Ddbaccess.c494 namedb_read_zonefile(struct nsd* nsd, struct zone* zone, udb_base* taskudb, in namedb_read_zonefile()
660 void namedb_check_zonefile(struct nsd* nsd, udb_base* taskudb, in namedb_check_zonefile()
673 void namedb_check_zonefiles(struct nsd* nsd, struct nsd_options* opt, in namedb_check_zonefiles()
H A Ddbcreate.c331 namedb_write_zonefile(struct nsd* nsd, struct zone_options* zopt) in namedb_write_zonefile()
419 namedb_write_zonefiles(struct nsd* nsd, struct nsd_options* options) in namedb_write_zonefiles()
H A Dverify.h59 struct nsd *nsd; member
H A Dutil.c1239 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 Dixfrcreate.c998 struct nsd* nsd, const char* zfile, uint32_t ixfr_number) in ixfr_create_finishup()
1040 void ixfr_readup_exist(struct zone* zone, struct nsd* nsd, in ixfr_readup_exist()
1057 int append_mem, struct nsd* nsd, const char* zfile, in ixfr_create_perform()
H A Dxfrd.c128 xfrd_init(int socket, struct nsd* nsd, int shortsoa, int reload_active, in xfrd_init()
465 xfrd_clean_pending_tasks(struct nsd* nsd, udb_base* u) in xfrd_clean_pending_tasks()
866 xfrd_free_namedb(struct nsd* nsd) in xfrd_free_namedb()
H A Dixfr.c718 query_state_type query_ixfr(struct nsd *nsd, struct query *query) in query_ixfr()
1023 void ixfr_store_finish(struct ixfr_store* ixfr_store, struct nsd* nsd, in ixfr_store_finish()
1456 struct zone_ixfr* zone_ixfr_create(struct nsd* nsd) in zone_ixfr_create()
2524 static int ixfr_data_read(struct nsd* nsd, struct zone* zone, FILE* in, in ixfr_data_read()
2615 static int ixfr_read_one_more_file(struct nsd* nsd, struct zone* zone, in ixfr_read_one_more_file()
2642 void ixfr_read_from_file(struct nsd* nsd, struct zone* zone, const char* zfile) in ixfr_read_from_file()
H A Dremote.c2168 cookie_secret_file_dump(RES* ssl, nsd_type const* nsd) { in cookie_secret_file_dump()
2197 nsd_type* nsd = xrfd->nsd; in do_activate_cookie_secret() local
2223 nsd_type* nsd = xrfd->nsd; in do_drop_cookie_secret() local
2249 nsd_type* nsd = xrfd->nsd; in do_add_cookie_secret() local
2294 nsd_type* nsd = xrfd->nsd; in do_print_cookie_secrets() local
/netbsd/external/bsd/nsd/dist/dnstap/
H A Ddnstap_collector.c39 struct dt_collector* dt_collector_create(struct nsd* nsd) in dt_collector_create()
101 void dt_collector_destroy(struct dt_collector* dt_col, struct nsd* nsd) in dt_collector_destroy()
116 void dt_collector_close(struct dt_collector* dt_col, struct nsd* nsd) in dt_collector_close()
269 static void dt_init_dnstap(struct dt_collector* dt_col, struct nsd* nsd) in dt_init_dnstap()
292 static void dt_collector_cleanup(struct dt_collector* dt_col, struct nsd* nsd) in dt_collector_cleanup()
315 static void dt_attach_events(struct dt_collector* dt_col, struct nsd* nsd) in dt_attach_events()
365 static void dt_collector_run(struct dt_collector* dt_col, struct nsd* nsd) in dt_collector_run()
383 void dt_collector_start(struct dt_collector* dt_col, struct nsd* nsd) in dt_collector_start()
517 void dt_collector_submit_auth_query(struct nsd* nsd, in dt_collector_submit_auth_query()
548 void dt_collector_submit_auth_response(struct nsd* nsd, in dt_collector_submit_auth_response()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_nfssvc.c93 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/sys/nfs/
H A Dnfs_syscalls.c236 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/external/mpl/bind/dist/bin/tests/system/rpz/
H A Dtests.sh439 nsd() { function

12