Lines Matching defs:rcode
1303 int rcode)
1309 rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode);
1322 if(!inplace_cb_reply_local_call(env, qinfo, NULL, &rep, rcode, edns,
1337 struct regional* temp, int rcode, int r, int ede_code,
1346 rcode, edns, repinfo, temp, env->now_tv))
1675 int rcode = (ld || lz_type == local_zone_redirect ||
1680 rcode = (lz_type == local_zone_truncate ? (rcode|BIT_TC) : rcode);
1683 z->soa_negative, 0, rcode);
1685 rcode, (rcode|BIT_AA), LDNS_EDE_NONE, NULL);
1748 int rcode = LDNS_RCODE_NOERROR;
1751 z->soa_negative, 0, rcode);
1753 local_error_encode(qinfo, env, edns, repinfo, buf, temp, rcode,
1754 (rcode|BIT_AA), LDNS_EDE_NONE, NULL);