Lines Matching refs:response
698 isc_boolean_t response = is_response(msg);
704 * If this is a response, there should be a query tsig.
706 if (response && msg->querytsig == NULL)
729 if (response)
757 * If this is a response, digest the query signature.
759 if (response) {
836 INSIST(response);
888 if (response && bytes < querytsig.siglen)
990 isc_boolean_t response;
995 response = is_response(msg);
1014 * If this is a response and there's no key or query TSIG, there
1015 * shouldn't be one on the response.
1017 if (response && (tsigkey == NULL || msg->querytsig == NULL))
1036 if (response) {
1056 if (response &&
1155 if (response) {