Home
last modified time | relevance | path

Searched refs:destroy_func (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddyndb.c52 dns_dyndb_destroy_t *destroy_func; member
127 dns_dyndb_destroy_t *destroy_func = NULL; in load_library() local
162 (void **)&destroy_func)); in load_library()
170 imp->destroy_func = destroy_func; in load_library()
243 dns_dyndb_destroy_t *destroy_func = NULL; in load_library() local
275 (void **)&destroy_func)); in load_library()
283 imp->destroy_func = destroy_func; in load_library()
398 elem->destroy_func(&elem->inst); in dns_dyndb_cleanup()
/netbsd-src/sys/net/npf/
H A Dnpf_alg.c325 void (*destroy_func)(npf_t *, npf_nat_t *, npf_conn_t *); in npf_alg_destroy() local
327 if ((destroy_func = atomic_load_relaxed(&f->destroy)) != NULL) { in npf_alg_destroy()
328 destroy_func(npf, nat, con); in npf_alg_destroy()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddyndb.c46 dns_dyndb_destroy_t *destroy_func;
170 (void **)&imp->destroy_func)); in load_library()
258 elem->destroy_func(&elem->inst); in dns_dyndb_cleanup()
47 dns_dyndb_destroy_t *destroy_func; global() member
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dhooks.c53 ns_plugin_destroy_t *destroy_func;
170 (void **)&plugin->destroy_func)); in load_plugin()
201 plugin->destroy_func(&plugin->inst); in unload_plugin()
54 ns_plugin_destroy_t *destroy_func; global() member