Searched refs:is_response (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Ddnssec.c51 #define is_response(msg) (msg->flags & DNS_MESSAGEFLAG_QR) macro
767 if (is_response(msg))
814 if (is_response(msg))
906 if (is_response(msg)) {
960 if (is_response(msg))
H A Dtsig.c55 #define is_response(msg) (msg->flags & DNS_MESSAGEFLAG_QR) macro
892 isc_boolean_t response = is_response(msg);
1181 response = is_response(msg);
1491 if (!is_response(msg))

Completed in 184 milliseconds