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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddnssec.c54 #define is_response(msg) (msg->flags & DNS_MESSAGEFLAG_QR) macro
844 if (is_response(msg))
891 if (is_response(msg))
983 if (is_response(msg)) {
1037 if (is_response(msg))
H A Dtsig.c55 #define is_response(msg) (msg->flags & DNS_MESSAGEFLAG_QR) macro
896 isc_boolean_t response = is_response(msg);
1193 response = is_response(msg);
1511 if (!is_response(msg))

Completed in 100 milliseconds