Home
last modified time | relevance | path

Searched refs:dispatchmgr (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Ddispatch_test.c87 dns_dispatchmgr_t *dispatchmgr; in setup_ephemeral_port()
97 dns_dispatchmgr_detach(&test->dispatchmgr); in setup_ephemeral_port()
251 make_dispatchset(dns_dispatchmgr_t *dispatchmgr, unsigned int ndisps, in ISC_RUN_TEST_IMPL()
258 result = dns_dispatch_createudp(dispatchmgr, &any, &disp); in ISC_RUN_TEST_IMPL()
273 dns_dispatchmgr_t *dispatchmgr = NULL;
278 &dispatchmgr);
281 result = make_dispatchset(dispatchmgr, 1, &dset); in server_senddone()
285 result = make_dispatchset(dispatchmgr, 10, &dset); in server_senddone()
289 dns_dispatchmgr_detach(&dispatchmgr); in nameserver()
297 dns_dispatchmgr_t *dispatchmgr in nameserver()
57 dns_dispatchmgr_t *dispatchmgr = NULL; global() variable
[all...]
H A Dresolver_test.c48 dns_dispatchmgr_t *dispatchmgr = NULL; in _setup()
55 dispatchmgr = dns_view_getdispatchmgr(view); in _setup()
56 assert_non_null(dispatchmgr); in _setup()
59 result = dns_dispatch_createudp(dispatchmgr, &local, &dispatch); in _setup()
62 dns_dispatchmgr_detach(&dispatchmgr); in _setup()
42 static dns_dispatchmgr_t *dispatchmgr = NULL; global() variable
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tkey/
H A Dkeydelete.c
H A Dkeycreate.c
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drequest.c58 dns_dispatchmgr_t *dispatchmgr;
127 dns_dispatchmgr_t *dispatchmgr,
131 REQUIRE(dispatchmgr != NULL);
152 dns_dispatchmgr_attach(dispatchmgr, &requestmgr->dispatchmgr); in dns_requestmgr_create()
250 if (requestmgr->dispatchmgr != NULL) { in dns_requestmgr_attach()
251 dns_dispatchmgr_detach(&requestmgr->dispatchmgr); in dns_requestmgr_attach()
316 isblackholed(dns_dispatchmgr_t *dispatchmgr, const isc_sockaddr_t *destaddr) { in mgr_destroy()
323 blackhole = dns_dispatchmgr_getblackhole(dispatchmgr); in mgr_destroy()
347 result = dns_dispatch_gettcp(requestmgr->dispatchmgr, destadd in req_send()
59 dns_dispatchmgr_t *dispatchmgr; global() member
138 dns_requestmgr_create(isc_mem_t * mctx,isc_taskmgr_t * taskmgr,dns_dispatchmgr_t * dispatchmgr,dns_dispatch_t * dispatchv4,dns_dispatch_t * dispatchv6,dns_requestmgr_t ** requestmgrp) dns_requestmgr_create() argument
377 isblackholed(dns_dispatchmgr_t * dispatchmgr,const isc_sockaddr_t * destaddr) isblackholed() argument
[all...]
H A Dclient.c79 dns_dispatchmgr_t *dispatchmgr;
184 getudpdispatch(int family, dns_dispatchmgr_t *dispatchmgr, in setsourceports()
195 result = dns_dispatch_createudp(dispatchmgr, localaddr, &disp); in setsourceports()
206 dns_dispatchmgr_t *dispatchmgr, dns_dispatch_t *dispatchv4,
211 result = dns_view_create(mctx, loopmgr, dispatchmgr, rdclass, in getudpdispatch()
260 &client->dispatchmgr); in createview()
264 (void)setsourceports(mctx, client->dispatchmgr);
272 result = getudpdispatch(AF_INET, client->dispatchmgr, in dns_client_create()
281 result = getudpdispatch(AF_INET6, client->dispatchmgr, in dns_client_create()
299 client->dispatchmgr, dispatchv in dns_client_create()
94 dns_dispatchmgr_t *dispatchmgr; global() member
207 getudpdispatch(int family,dns_dispatchmgr_t * dispatchmgr,dns_dispatch_t ** dispp,const isc_sockaddr_t * localaddr) getudpdispatch() argument
229 createview(isc_mem_t * mctx,dns_rdataclass_t rdclass,isc_taskmgr_t * taskmgr,unsigned int ntasks,isc_nm_t * nm,isc_timermgr_t * timermgr,dns_dispatchmgr_t * dispatchmgr,dns_dispatch_t * dispatchv4,dns_dispatch_t * dispatchv6,dns_view_t ** viewp) createview() argument
[all...]
H A Dresolver.c265 dns_dispatchmgr_t *dispatchmgr;
1944 .dispatchmgr = res->view->dispatchmgr, in resquery_senddone()
2048 result = dns_dispatch_createtcp(res->view->dispatchmgr, &addr, in resquery_timeout()
2059 result = dns_dispatch_createudp(res->view->dispatchmgr, in resquery_timeout()
3751 blackhole = dns_dispatchmgr_getblackhole(res->view->dispatchmgr); in fctx_getaddresses()
277 dns_dispatchmgr_t *dispatchmgr; global() member
565 dns_dispatchmgr_t *dispatchmgr; global() member
10338 dns_resolver_create(dns_view_t * view,isc_taskmgr_t * taskmgr,unsigned int ntasks,unsigned int ndisp,isc_nm_t * nm,isc_timermgr_t * timermgr,unsigned int options,dns_dispatchmgr_t * dispatchmgr,dns_dispatch_t * dispatchv4,dns_dispatch_t * dispatchv6,dns_resolver_t ** resp) dns_resolver_create() argument
H A Dview.c92 dns_dispatchmgr_t *dispatchmgr, dns_rdataclass_t rdclass,
143 if (dispatchmgr != NULL) { in dns_view_create()
144 dns_dispatchmgr_attach(dispatchmgr, &view->dispatchmgr); in dns_view_create()
456 dns_dispatchmgr_t *dispatchmgr = NULL; in destroy()
492 dispatchmgr = rcu_xchg_pointer(&view->dispatchmgr, NULL); in destroy()
527 if (dispatchmgr != NULL) { in destroy()
528 dns_dispatchmgr_detach(&dispatchmgr); in destroy()
609 REQUIRE(view->dispatchmgr ! in destroy()
824 dns_view_createresolver(dns_view_t * view,isc_taskmgr_t * taskmgr,unsigned int ntasks,unsigned int ndisp,isc_nm_t * nm,isc_timermgr_t * timermgr,unsigned int options,dns_dispatchmgr_t * dispatchmgr,dns_dispatch_t * dispatchv4,dns_dispatch_t * dispatchv6) dns_view_createresolver() argument
[all...]
/netbsd-src/external/mpl/bind/dist/tests/libtest/
H A Dns.c56 dns_dispatchmgr_t *dispatchmgr = NULL;
97 result = dns_dispatchmgr_create(mctx, loopmgr, netmgr, &dispatchmgr); in setup_server()
103 dispatchmgr, NULL, &interfacemgr); in setup_server()
137 if (dispatchmgr != NULL) {
138 dns_dispatchmgr_detach(&dispatchmgr);
57 dns_dispatchmgr_t *dispatchmgr = NULL; global() variable
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drequest.c60 dns_dispatchmgr_t *dispatchmgr; member
148 dns_dispatchmgr_t *dispatchmgr, in dns_requestmgr_create() argument
161 REQUIRE(dispatchmgr != NULL); in dns_requestmgr_create()
182 requestmgr->dispatchmgr = dispatchmgr; in dns_requestmgr_create()
494 isblackholed(dns_dispatchmgr_t *dispatchmgr, const isc_sockaddr_t *destaddr) { in isblackholed() argument
501 blackhole = dns_dispatchmgr_getblackhole(dispatchmgr); in isblackholed()
530 result = dns_dispatch_gettcp(requestmgr->dispatchmgr, destaddr, in create_tcp_dispatch()
543 result = dns_dispatch_gettcp(requestmgr->dispatchmgr, destaddr, in create_tcp_dispatch()
589 requestmgr->dispatchmgr, sock, requestmgr->taskmgr, srcaddr, in create_tcp_dispatch()
640 return (dns_dispatch_getudp(requestmgr->dispatchmgr, in find_udp_dispatch()
[all …]
H A Dclient.c98 dns_dispatchmgr_t *dispatchmgr; member
312 getudpdispatch(int family, dns_dispatchmgr_t *dispatchmgr, in getudpdispatch() argument
352 result = dns_dispatch_getudp(dispatchmgr, socketmgr, taskmgr, localaddr, in getudpdispatch()
367 dns_dispatchmgr_t *dispatchmgr, dns_dispatch_t *dispatchv4, in createview() argument
386 timermgr, 0, dispatchmgr, dispatchv4, in createview()
423 dns_dispatchmgr_t *dispatchmgr = NULL; in dns_client_create() local
449 result = dns_dispatchmgr_create(mctx, &dispatchmgr); in dns_client_create()
453 client->dispatchmgr = dispatchmgr; in dns_client_create()
454 (void)setsourceports(mctx, dispatchmgr); in dns_client_create()
462 result = getudpdispatch(AF_INET, dispatchmgr, socketmgr, in dns_client_create()
[all …]
H A Dresolver.c236 dns_dispatchmgr_t *dispatchmgr; member
531 dns_dispatchmgr_t *dispatchmgr; member
2164 query->dispatchmgr = res->dispatchmgr; in fctx_query()
2260 res->dispatchmgr, res->socketmgr, res->taskmgr, in fctx_query()
3179 query->dispatchmgr, query->tcpsocket, in resquery_connected()
4081 blackhole = dns_dispatchmgr_getblackhole(res->dispatchmgr); in possibly_mark()
10569 unsigned int options, dns_dispatchmgr_t *dispatchmgr, in dns_resolver_create() argument
10587 REQUIRE(dispatchmgr != NULL); in dns_resolver_create()
10597 res->dispatchmgr = dispatchmgr; in dns_resolver_create()
11440 return (resolver->dispatchmgr); in dns_resolver_dispatchmgr()
H A Dview.c802 unsigned int options, dns_dispatchmgr_t *dispatchmgr, in dns_view_createresolver() argument
820 timermgr, options, dispatchmgr, dispatchv4, in dns_view_createresolver()
/netbsd-src/external/mpl/bind/dist/tests/include/tests/
H A Dns.h48 extern dns_dispatchmgr_t *dispatchmgr;
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Drequest.h58 dns_dispatchmgr_t *dispatchmgr,
H A Dresolver.h
H A Dview.h95 dns_dispatchmgr_t *dispatchmgr;
/netbsd-src/external/mpl/bind/dist/lib/ns/include/ns/
H A Dinterfacemgr.h105 dns_dispatchmgr_t *dispatchmgr,
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Drequest.h63 dns_dispatchmgr_t *dispatchmgr,
H A Dresolver.h174 unsigned int options, dns_dispatchmgr_t *dispatchmgr,
H A Dview.h387 unsigned int options, dns_dispatchmgr_t *dispatchmgr,
/netbsd-src/external/mpl/bind/dist/bin/tools/
H A Dmdig.c123 static dns_dispatchmgr_t *dispatchmgr = NULL;
2087 dns_dispatchmgr_detach(&dispatchmgr); in set_source_ports()
2092 RUNCHECK(dns_dispatchmgr_create(mctx, loopmgr, netmgr, &dispatchmgr));
2094 set_source_ports(dispatchmgr); in main()
2102 dispatchmgr, have_src ? &srcaddr : &bind_any, &dispatchvx)); in main()
2105 mctx, loopmgr, dispatchmgr, have_ipv4 ? dispatchvx : NULL, in main()
2103 dns_dispatchmgr_t *dispatchmgr = NULL; main() local
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dinterfacemgr.c76 dns_dispatchmgr_t *dispatchmgr;
277 dns_dispatchmgr_t *dispatchmgr, in route_connected()
290 .dispatchmgr = dispatchmgr, in ns_interfacemgr_create()
83 dns_dispatchmgr_t *dispatchmgr; global() member
282 ns_interfacemgr_create(isc_mem_t * mctx,ns_server_t * sctx,isc_taskmgr_t * taskmgr,isc_timermgr_t * timermgr,isc_nm_t * nm,dns_dispatchmgr_t * dispatchmgr,isc_task_t * task,dns_geoip_databases_t * geoip,int ncpus,bool scan,ns_interfacemgr_t ** mgrp) ns_interfacemgr_create() argument