Searched refs:dispatch (Results 1 - 18 of 18) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Drequest.c32 #include <dns/dispatch.h>
82 dns_dispatch_t *dispatch; member in struct:dns_request
438 * We could connect the socket when we are using an exclusive dispatch
467 request->dispatch = NULL;
749 &request->dispatch);
753 result = dns_dispatch_addresponse2(request->dispatch, destaddr, task,
946 &request->dispatch);
950 result = dns_dispatch_addresponse2(request->dispatch, destaddr, task,
973 dns_dispatch_detach(&request->dispatch);
1228 INSIST(request->dispatch
[all...]
H A Dresolver.c38 #include <dns/dispatch.h>
132 dns_dispatch_t * dispatch; member in struct:query
907 socket = dns_dispatch_getsocket(query->dispatch);
923 if (query->dispatch != NULL)
924 dns_dispatch_detach(&query->dispatch);
1359 * a dispatch for it here. Otherwise we use the resolver's
1360 * shared dispatch.
1363 query->dispatch = NULL;
1417 * A dispatch will be created once the connect succeeds.
1443 &query->dispatch);
[all...]
H A Ddispatch.c42 #include <dns/dispatch.h>
107 isc_mempool_t *dpool; /*%< dispatch allocations */
154 * Maximum number of dispatch sockets that can be pooled for reuse. The
157 * number of dispatch sockets (per manager) will be set to the double of this
165 * Quota to control the number of dispatch sockets. If a dispatch has more
206 * Number of tasks for each dispatch that use separate sockets for different
215 dns_dispatchmgr_t *mgr; /*%< dispatch manager */
219 * socket events well when using separate dispatch sockets. We use the
281 * dispatch i
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c56 #include <dns/dispatch.h>
151 dns_dispatch_t *dispatch; member in struct:ns_dispatch
605 * Get a dispatch appropriate for the resolver of a given view.
1676 " an IPv6 dispatch");
4191 "creating dispatch manager");
4513 ns_dispatch_t *dispatch, *nextdispatch; local
4517 for (dispatch = ISC_LIST_HEAD(server->dispatches);
4518 dispatch != NULL;
4519 dispatch = nextdispatch) {
4520 nextdispatch = ISC_LIST_NEXT(dispatch, lin
4531 ns_dispatch_t *dispatch; local
[all...]
H A Dclient.c35 #include <dns/dispatch.h>
446 if (client->dispatch != NULL)
447 dns_dispatch_detach(&client->dispatch);
1537 dns_dispatch_importrecv(client->dispatch, event);
2049 client->dispatch = NULL;
2547 &client->dispatch);
2548 sock = dns_dispatch_getsocket(client->dispatch);
H A Dmain.c46 #include <dns/dispatch.h>
H A Dinterfacemgr.c30 #include <dns/dispatch.h>
376 * dispatch service, so we currently return
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dclient.h110 dns_dispatch_t * dispatch; member in struct:ns_client
238 * leaving the dispatch/socket without service.
/bind-9.6-ESV-R11/bin/tests/
H A Dbyaddr_test.c39 #include <dns/dispatch.h>
H A Dbyname_test.c41 #include <dns/dispatch.h>
H A Dadb_test.c39 #include <dns/dispatch.h>
/bind-9.6-ESV-R11/bin/tests/system/tkey/
H A Dkeydelete.c37 #include <dns/dispatch.h>
H A Dkeycreate.c37 #include <dns/dispatch.h>
/bind-9.6-ESV-R11/lib/dns/win32/
H A Dlibdns.mak134 -@erase "$(INTDIR)\dispatch.obj"
265 "$(INTDIR)\dispatch.obj" \
384 -@erase "$(INTDIR)\dispatch.obj"
385 -@erase "$(INTDIR)\dispatch.sbr"
580 "$(INTDIR)\dispatch.sbr" \
668 "$(INTDIR)\dispatch.obj" \
953 SOURCE=..\dispatch.c
959 "$(INTDIR)\dispatch.obj" : $(SOURCE) "$(INTDIR)"
969 "$(INTDIR)\dispatch.obj" "$(INTDIR)\dispatch
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dtask.c728 dispatch(isc_taskmgr_t *manager) { function
1002 dispatch(manager);
1249 dispatch(manager);
H A Dtimer.c581 dispatch(isc_timermgr_t *manager, isc_time_t *now) { function
717 dispatch(manager, &now);
934 dispatch(timermgr, &now);
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dgsstest.c36 #include <dns/dispatch.h>
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c54 #include <dns/dispatch.h>
672 ddebug("Shutting down dispatch manager");

Completed in 74 milliseconds