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

/bind-9.6-ESV-R11/lib/dns/
H A Ddnssec.c52 #define is_response(msg) (msg->flags & DNS_MESSAGEFLAG_QR) macro
712 if (is_response(msg))
759 if (is_response(msg))
851 if (is_response(msg)) {
905 if (is_response(msg))
H A Dtsig.c55 #define is_response(msg) (msg->flags & DNS_MESSAGEFLAG_QR) macro
698 isc_boolean_t response = is_response(msg);
995 response = is_response(msg);
1313 if (!is_response(msg))

Completed in 415 milliseconds