/bind-9.6-ESV-R11/lib/dns/ |
H A D | request.c | 32 #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 D | resolver.c | 38 #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 D | dispatch.c | 42 #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 D | server.c | 56 #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 D | client.c | 35 #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 D | main.c | 46 #include <dns/dispatch.h>
|
H A D | interfacemgr.c | 30 #include <dns/dispatch.h> 376 * dispatch service, so we currently return
|
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | client.h | 110 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 D | byaddr_test.c | 39 #include <dns/dispatch.h>
|
H A D | byname_test.c | 41 #include <dns/dispatch.h>
|
H A D | adb_test.c | 39 #include <dns/dispatch.h>
|
/bind-9.6-ESV-R11/bin/tests/system/tkey/ |
H A D | keydelete.c | 37 #include <dns/dispatch.h>
|
H A D | keycreate.c | 37 #include <dns/dispatch.h>
|
/bind-9.6-ESV-R11/lib/dns/win32/ |
H A D | libdns.mak | 134 -@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 D | task.c | 728 dispatch(isc_taskmgr_t *manager) { function 1002 dispatch(manager); 1249 dispatch(manager);
|
H A D | timer.c | 581 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 D | gsstest.c | 36 #include <dns/dispatch.h>
|
/bind-9.6-ESV-R11/bin/nsupdate/ |
H A D | nsupdate.c | 54 #include <dns/dispatch.h> 672 ddebug("Shutting down dispatch manager");
|