Lines Matching defs:record
300 * Appends an OPT record to the packet.
324 base[11]++; /* increment record count */
413 * Appends a TSIG record to the packet.
447 /* Digest the TSIG record */
462 /* Add the TSIG record. */
478 base[11]++; /* increment record count */
637 build_update(perf_dnsctx_t *ctx, const isc_textregion_t *record,
661 input = *record;
690 if (input.base >= record->base + record->length) {
761 /* Render record */
764 perf_log_warning("rendering record name: %s",
806 perf_dns_buildrequest(perf_dnsctx_t *ctx, const isc_textregion_t *record,
828 result = build_update(ctx, record, msg);
830 result = build_query(record, msg);