Searched refs:dispatches (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Ddispatch.h30 * Shared UDP and single-use TCP dispatches for queries and responses.
93 * This is a set of one or more dispatches which can be retrieved
98 dns_dispatch_t **dispatches; member in struct:dns_dispatchset
304 * For all dispatches, "buffersize" is the maximum packet size we will
454 * This currently only works for dispatches using UDP sockets.
537 * 'n' UDP dispatches, with the remainder filled out by clones of the
548 * Cancel socket operations for the dispatches in 'dset'.
554 * Dereference all the dispatches in '*dsetp', free the dispatchset
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dserver.h106 ns_dispatchlist_t dispatches; member in struct:ns_server
333 * Maintain a list of dispatches that require reserved ports.
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddispatch.c3055 * For dispatches using exclusive sockets with a specific
3740 disp = dset->dispatches[dset->cur];
3774 dset->dispatches = isc_mem_get(mctx, sizeof(dns_dispatch_t *) * n);
3784 dset->dispatches[0] = NULL;
3785 dns_dispatch_attach(source, &dset->dispatches[0]);
3789 dset->dispatches[i] = NULL;
3794 &dset->dispatches[i],
3809 dns_dispatch_detach(&(dset->dispatches[j]));
3810 isc_mem_put(mctx, dset->dispatches, sizeof(dns_dispatch_t *) * n);
3830 sock = dns_dispatch_getsocket(dset->dispatches[
[all...]
H A Dresolver.c1439 res->dispatches4->dispatches[0],
1444 res->dispatches6->dispatches[0],
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c6235 ISC_LIST_INIT(server->dispatches);
6326 for (dispatch = ISC_LIST_HEAD(server->dispatches);
6332 ISC_LIST_UNLINK(server->dispatches, dispatch, link);
6352 for (dispatch = ISC_LIST_HEAD(server->dispatches);
6399 ISC_LIST_INITANDPREPEND(server->dispatches, dispatch, link);

Completed in 161 milliseconds