Home
last modified time | relevance | path

Searched refs:DNS_EVENT_REQUESTDONE (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/bind9/lib/dns/include/dns/
Devents.h50 #define DNS_EVENT_REQUESTDONE (ISC_EVENTCLASS_DNS + 20) macro
/freebsd-9-stable/contrib/bind9/lib/dns/
Drequest.c730 isc_event_allocate(mctx, task, DNS_EVENT_REQUESTDONE, in dns_request_createraw3()
937 isc_event_allocate(mctx, task, DNS_EVENT_REQUESTDONE, in dns_request_createvia3()
Dclient.c1519 REQUIRE(event->ev_type == DNS_EVENT_REQUESTDONE); in request_done()
1893 REQUIRE(event->ev_type == DNS_EVENT_REQUESTDONE); in update_done()
2203 REQUIRE(event->ev_type == DNS_EVENT_REQUESTDONE); in receive_soa()
/freebsd-9-stable/contrib/bind9/bin/nsupdate/
Dnsupdate.c2176 REQUIRE(event->ev_type == DNS_EVENT_REQUESTDONE); in update_completed()
2350 REQUIRE(event->ev_type == DNS_EVENT_REQUESTDONE); in recvsoa()
2833 REQUIRE(event->ev_type == DNS_EVENT_REQUESTDONE); in recvgss()