Lines Matching full:rr
130 * Create policy from RR and add to this RPZ.
134 * @param dname: dname of the RR
136 * @param rr_type: RR type of the RR
137 * @param rr_class: RR class of the RR
138 * @param rr_ttl: TTL of the RR
139 * @param rdatawl: rdata of the RR, prepended with the rdata size
140 * @param rdatalen: length if the RR, including the prepended rdata size
141 * @param rr: the complete RR, for logging purposes
142 * @param rr_len: the length of the complete RR
147 uint8_t* rdatawl, size_t rdatalen, uint8_t* rr, size_t rr_len);
150 * Delete policy matching RR, used for IXFR.
154 * @param dname: dname of the RR
156 * @param rr_type: RR type of the RR
157 * @param rr_class: RR class of the RR
158 * @param rdatawl: rdata of the RR, prepended with the rdata size
159 * @param rdatalen: length if the RR, including the prepended rdata size