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

  /src/external/ibm-public/postfix/dist/src/dns/
dns_sec.c 23 /* .IP DNS_SEC_FLAG_AVAILABLE
37 /* dns_lookup() which sets DNS_SEC_FLAG_AVAILABLE if it receives
43 /* The DNS_SEC_FLAG_AVAILABLE and DNS_SEC_FLAG_DONT_PROBE
98 if (DNS_SEC_STATS_TEST(DNS_SEC_FLAG_AVAILABLE))
123 if (!DNS_SEC_STATS_TEST(DNS_SEC_FLAG_AVAILABLE))
131 if (!DNS_SEC_STATS_TEST(DNS_SEC_FLAG_AVAILABLE))
dns.h 361 #define DNS_SEC_FLAG_AVAILABLE (1<<0) /* got some DNSSEC validated reply */
dns_lookup.c 579 DNS_SEC_STATS_SET(DNS_SEC_FLAG_AVAILABLE);
1110 && !DNS_SEC_STATS_TEST(DNS_SEC_FLAG_AVAILABLE | \
1123 && !DNS_SEC_STATS_TEST(DNS_SEC_FLAG_AVAILABLE | \

Completed in 86 milliseconds