Home
last modified time | relevance | path

Searched defs:dt_col (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/dnstap/
H A Ddnstap_collector.c43 struct dt_collector* dt_col = (struct dt_collector*)xalloc_zero( in dt_collector_create() local
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()
162 struct dt_collector* dt_col = (struct dt_collector*)arg; in dt_handle_cmd_from_nsd() local
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()