Home
last modified time | relevance | path

Searched refs:DNS_EVENT_DISPATCH (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Devents.h
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Devents.h32 #define DNS_EVENT_DISPATCH (ISC_EVENTCLASS_DNS + 6) macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddispatch.c1280 ISC_EVENT_INIT(rev, sizeof(*rev), 0, NULL, DNS_EVENT_DISPATCH, in udp_recv()
1476 ISC_EVENT_INIT(rev, sizeof(*rev), 0, NULL, DNS_EVENT_DISPATCH, in tcp_recv()
2939 DNS_EVENT_DISPATCH, in dns_dispatch_addresponse()
3130 ISC_EVENT_INIT(ev, sizeof(*ev), 0, NULL, DNS_EVENT_DISPATCH, in dns_dispatch_getnext()
3212 n = isc_task_unsend(res->task, res, DNS_EVENT_DISPATCH, NULL, in dns_dispatch_removeresponse()
3304 ISC_EVENT_INIT(ev, sizeof(*ev), 0, NULL, DNS_EVENT_DISPATCH, in do_cancel()
H A Drequest.c1375 REQUIRE(event->ev_type == DNS_EVENT_DISPATCH); in req_response()
H A Dresolver.c7909 REQUIRE(event->ev_type == DNS_EVENT_DISPATCH); in resquery_response()