Home
last modified time | relevance | path

Searched defs:requestmgr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drequest.c82 dns_requestmgr_t *requestmgr; member
151 dns_requestmgr_t *requestmgr; in dns_requestmgr_create() local
208 dns_requestmgr_whenshutdown(dns_requestmgr_t *requestmgr, isc_task_t *task, in dns_requestmgr_whenshutdown()
239 dns_requestmgr_shutdown(dns_requestmgr_t *requestmgr) { in dns_requestmgr_shutdown()
250 mgr_shutdown(dns_requestmgr_t *requestmgr) { in mgr_shutdown()
290 dns_requestmgr_t *requestmgr; in requestmgr_detach() local
336 dns_requestmgr_t *requestmgr; in dns_requestmgr_detach() local
364 send_shutdown_events(dns_requestmgr_t *requestmgr) { in send_shutdown_events()
385 mgr_destroy(dns_requestmgr_t *requestmgr) { in mgr_destroy()
409 mgr_gethash(dns_requestmgr_t *requestmgr) { in mgr_gethash()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drequest.c82 dns_requestmgr_t *requestmgr; member
141 dns_requestmgr_t *requestmgr; dns_requestmgr_create() local
184 dns_requestmgr_whenshutdown(dns_requestmgr_t * requestmgr,isc_task_t * task,isc_event_t ** eventp) dns_requestmgr_whenshutdown() argument
215 dns_requestmgr_shutdown(dns_requestmgr_t * requestmgr) dns_requestmgr_shutdown() argument
262 dns_requestmgr_t *requestmgr = NULL; dns_requestmgr_detach() local
284 send_shutdown_events(dns_requestmgr_t * requestmgr) send_shutdown_events() argument
305 mgr_destroy(dns_requestmgr_t * requestmgr) mgr_destroy() argument
334 mgr_gethash(dns_requestmgr_t * requestmgr) mgr_gethash() argument
402 tcp_dispatch(bool newtcp,dns_requestmgr_t * requestmgr,const isc_sockaddr_t * srcaddr,const isc_sockaddr_t * destaddr,dns_dispatch_t ** dispatchp) tcp_dispatch() argument
426 udp_dispatch(dns_requestmgr_t * requestmgr,const isc_sockaddr_t * srcaddr,const isc_sockaddr_t * destaddr,dns_dispatch_t ** dispatchp) udp_dispatch() argument
455 get_dispatch(bool tcp,bool newtcp,dns_requestmgr_t * requestmgr,const isc_sockaddr_t * srcaddr,const isc_sockaddr_t * destaddr,dns_dispatch_t ** dispatchp) get_dispatch() argument
470 dns_request_createraw(dns_requestmgr_t * requestmgr,isc_buffer_t * msgbuf,const isc_sockaddr_t * srcaddr,const isc_sockaddr_t * destaddr,unsigned int options,unsigned int timeout,unsigned int udptimeout,unsigned int udpretries,isc_task_t * task,isc_taskaction_t action,void * arg,dns_request_t ** requestp) dns_request_createraw() argument
628 dns_request_create(dns_requestmgr_t * requestmgr,dns_message_t * message,const isc_sockaddr_t * srcaddr,const isc_sockaddr_t * destaddr,unsigned int options,dns_tsigkey_t * key,unsigned int timeout,unsigned int udptimeout,unsigned int udpretries,isc_task_t * task,isc_taskaction_t action,void * arg,dns_request_t ** requestp) dns_request_create() argument
[all...]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tkey/
H A Dkeydelete.c
H A Dkeycreate.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dview.h94 dns_requestmgr_t *requestmgr; member
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dview.h94 dns_requestmgr_t *requestmgr; member
/netbsd-src/external/mpl/bind/dist/bin/tools/
H A Dmdig.c91 static dns_requestmgr_t *requestmgr = NULL; global() variable