Searched refs:dispatchmgr (Results 1 - 19 of 19) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dbyaddr_test.c80 dns_dispatchmgr_t *dispatchmgr; local
124 dispatchmgr = NULL;
125 RUNTIME_CHECK(dns_dispatchmgr_create(mctx, NULL, &dispatchmgr)
153 RUNTIME_CHECK(dns_dispatch_getudp(dispatchmgr,
169 RUNTIME_CHECK(dns_dispatch_getudp(dispatchmgr,
182 dispatchmgr,
245 dns_dispatchmgr_destroy(&dispatchmgr);
H A Dbyname_test.c197 dns_dispatchmgr_t *dispatchmgr; local
242 dispatchmgr = NULL;
243 RUNTIME_CHECK(dns_dispatchmgr_create(mctx, NULL, &dispatchmgr)
270 RUNTIME_CHECK(dns_dispatch_getudp(dispatchmgr,
286 RUNTIME_CHECK(dns_dispatch_getudp(dispatchmgr,
299 dispatchmgr,
347 dns_dispatchmgr_destroy(&dispatchmgr);
H A Dadb_test.c53 static dns_dispatchmgr_t *dispatchmgr; variable
161 dispatchmgr = NULL;
162 result = dns_dispatchmgr_create(mctx, NULL, &dispatchmgr);
198 RUNTIME_CHECK(dns_dispatch_getudp(dispatchmgr, socketmgr,
206 RUNTIME_CHECK(dns_dispatch_getudp(dispatchmgr, socketmgr,
216 dispatchmgr,
/bind-9.11.3/lib/dns/tests/
H A Ddispatch_test.c29 dns_dispatchmgr_t *dispatchmgr = NULL; variable
39 result = dns_dispatchmgr_create(mctx, NULL, &dispatchmgr);
45 result = dns_dispatch_getudp(dispatchmgr, socketmgr, taskmgr,
62 if (dispatchmgr != NULL)
63 dns_dispatchmgr_destroy(&dispatchmgr);
262 result = dns_dispatchmgr_create(mctx, NULL, &dispatchmgr);
268 result = dns_dispatch_getudp(dispatchmgr, socketmgr, taskmgr,
323 dns_dispatchmgr_destroy(&dispatchmgr);
/bind-9.11.3/bin/tests/system/tkey/
H A Dkeydelete.c143 dns_dispatchmgr_t *dispatchmgr; local
187 dispatchmgr = NULL;
188 RUNCHECK(dns_dispatchmgr_create(mctx, NULL, &dispatchmgr));
198 RUNCHECK(dns_dispatch_getudp(dispatchmgr, socketmgr, taskmgr,
203 dispatchmgr, dispatchv4, NULL,
242 dns_dispatchmgr_destroy(&dispatchmgr);
H A Dkeycreate.c210 dns_dispatchmgr_t *dispatchmgr; local
257 dispatchmgr = NULL;
258 RUNCHECK(dns_dispatchmgr_create(mctx, NULL, &dispatchmgr));
268 RUNCHECK(dns_dispatch_getudp(dispatchmgr, socketmgr, taskmgr,
273 dispatchmgr, dispatchv4, NULL,
308 dns_dispatchmgr_destroy(&dispatchmgr);
/bind-9.11.3/bin/tests/system/pipelined/
H A Dpipequeries.c209 dns_dispatchmgr_t *dispatchmgr; local
258 dispatchmgr = NULL;
259 RUNCHECK(dns_dispatchmgr_create(mctx, ectx, &dispatchmgr));
269 RUNCHECK(dns_dispatch_getudp(dispatchmgr, socketmgr, taskmgr,
275 dispatchmgr, dispatchv4, NULL,
291 dns_dispatchmgr_destroy(&dispatchmgr);
/bind-9.11.3/bin/named/include/named/
H A Dinterfacemgr.h90 dns_dispatchmgr_t *dispatchmgr,
/bind-9.11.3/bin/tests/dst/
H A Dgsstest.c441 dns_dispatchmgr_t *dispatchmgr; local
494 dispatchmgr = NULL;
495 RUNCHECK(dns_dispatchmgr_create(mctx, ectx, &dispatchmgr));
505 RUNCHECK(dns_dispatch_getudp(dispatchmgr, socketmgr, taskmgr,
510 dispatchmgr, dispatchv4, NULL,
537 dns_dispatchmgr_destroy(&dispatchmgr);
/bind-9.11.3/lib/dns/
H A Drequest.c54 dns_dispatchmgr_t *dispatchmgr; member in struct:dns_requestmgr
133 dns_dispatchmgr_t *dispatchmgr,
150 REQUIRE(dispatchmgr != NULL);
183 requestmgr->dispatchmgr = dispatchmgr;
497 isblackholed(dns_dispatchmgr_t *dispatchmgr, isc_sockaddr_t *destaddr) { argument
504 blackhole = dns_dispatchmgr_getblackhole(dispatchmgr);
533 result = dns_dispatch_gettcp2(requestmgr->dispatchmgr,
546 result = dns_dispatch_gettcp(requestmgr->dispatchmgr, destaddr,
587 result = dns_dispatch_createtcp2(requestmgr->dispatchmgr,
129 dns_requestmgr_create(isc_mem_t *mctx, isc_timermgr_t *timermgr, isc_socketmgr_t *socketmgr, isc_taskmgr_t *taskmgr, dns_dispatchmgr_t *dispatchmgr, dns_dispatch_t *dispatchv4, dns_dispatch_t *dispatchv6, dns_requestmgr_t **requestmgrp) argument
[all...]
H A Dclient.c82 dns_dispatchmgr_t *dispatchmgr; member in struct:dns_client
252 getudpdispatch(int family, dns_dispatchmgr_t *dispatchmgr, argument
293 result = dns_dispatch_getudp(dispatchmgr, socketmgr,
308 isc_timermgr_t *timermgr, dns_dispatchmgr_t *dispatchmgr,
329 dispatchmgr, dispatchv4, dispatchv6);
446 dns_dispatchmgr_t *dispatchmgr = NULL; local
477 result = dns_dispatchmgr_create(mctx, NULL, &dispatchmgr);
480 client->dispatchmgr = dispatchmgr;
488 result = getudpdispatch(AF_INET, dispatchmgr, socketmg
305 createview(isc_mem_t *mctx, dns_rdataclass_t rdclass, unsigned int options, isc_taskmgr_t *taskmgr, unsigned int ntasks, isc_socketmgr_t *socketmgr, isc_timermgr_t *timermgr, dns_dispatchmgr_t *dispatchmgr, dns_dispatch_t *dispatchv4, dns_dispatch_t *dispatchv6, dns_view_t **viewp) argument
[all...]
H A Dresolver.c202 dns_dispatchmgr_t * dispatchmgr; member in struct:query
466 dns_dispatchmgr_t * dispatchmgr; member in struct:dns_resolver
1686 query->dispatchmgr = res->dispatchmgr;
1775 result = dns_dispatch_getudp(res->dispatchmgr,
2696 result = dns_dispatch_createtcp(query->dispatchmgr,
3513 blackhole = dns_dispatchmgr_getblackhole(res->dispatchmgr);
8844 dns_dispatchmgr_t *dispatchmgr,
8864 REQUIRE(dispatchmgr != NULL);
8876 res->dispatchmgr
8838 dns_resolver_create(dns_view_t *view, isc_taskmgr_t *taskmgr, unsigned int ntasks, unsigned int ndisp, isc_socketmgr_t *socketmgr, isc_timermgr_t *timermgr, unsigned int options, dns_dispatchmgr_t *dispatchmgr, dns_dispatch_t *dispatchv4, dns_dispatch_t *dispatchv6, dns_resolver_t **resp) argument
[all...]
H A Dview.c778 dns_dispatchmgr_t *dispatchmgr,
796 timermgr, options, dispatchmgr,
771 dns_view_createresolver(dns_view_t *view, isc_taskmgr_t *taskmgr, unsigned int ntasks, unsigned int ndisp, isc_socketmgr_t *socketmgr, isc_timermgr_t *timermgr, unsigned int options, dns_dispatchmgr_t *dispatchmgr, dns_dispatch_t *dispatchv4, dns_dispatch_t *dispatchv6) argument
/bind-9.11.3/lib/dns/include/dns/
H A Drequest.h56 dns_dispatchmgr_t *dispatchmgr,
H A Dresolver.h141 dns_dispatchmgr_t *dispatchmgr,
H A Dview.h387 dns_dispatchmgr_t *dispatchmgr,
/bind-9.11.3/bin/named/
H A Dinterfacemgr.c68 dns_dispatchmgr_t * dispatchmgr; member in struct:ns_interfacemgr
163 dns_dispatchmgr_t *dispatchmgr,
190 mgr->dispatchmgr = dispatchmgr;
431 result = dns_dispatch_getudp_dup(ifp->mgr->dispatchmgr,
161 ns_interfacemgr_create(isc_mem_t *mctx, isc_taskmgr_t *taskmgr, isc_socketmgr_t *socketmgr, dns_dispatchmgr_t *dispatchmgr, isc_task_t *task, ns_interfacemgr_t **mgrp) argument
/bind-9.11.3/bin/tools/
H A Dmdig.c1906 dns_dispatchmgr_t *dispatchmgr; local
1971 dispatchmgr = NULL;
1972 RUNCHECK(dns_dispatchmgr_create(mctx, ectx, &dispatchmgr));
1988 RUNCHECK(dns_dispatch_getudp(dispatchmgr, socketmgr, taskmgr,
1994 taskmgr, dispatchmgr,
2028 dns_dispatchmgr_destroy(&dispatchmgr);
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c145 static dns_dispatchmgr_t *dispatchmgr = NULL; variable
822 dns_dispatchmgr_destroy(&dispatchmgr);
952 result = dns_dispatchmgr_create(gmctx, entropy, &dispatchmgr);
982 result = dns_dispatch_getudp(dispatchmgr, socketmgr, taskmgr,
994 result = dns_dispatch_getudp(dispatchmgr, socketmgr, taskmgr,
1002 socketmgr, taskmgr, dispatchmgr,

Completed in 2346 milliseconds