HomeSort by: relevance | last modified time | path
    Searched refs:DNS_EVENT_TRYSTALE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
events.h 85 #define DNS_EVENT_TRYSTALE (ISC_EVENTCLASS_DNS + 59)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 1780 if (event->ev_type == DNS_EVENT_TRYSTALE) {
4816 * Trigger events of type DNS_EVENT_TRYSTALE.
4823 if (dns_event->ev_type != DNS_EVENT_TRYSTALE) {
5703 if (event->ev_type == DNS_EVENT_TRYSTALE) {
5716 * DNS_EVENT_TRYSTALE.
11236 DNS_EVENT_TRYSTALE);
11307 case DNS_EVENT_TRYSTALE:

Completed in 23 milliseconds