Home
last modified time | relevance | path

Searched refs:print_rr (Results 1 – 9 of 9) sorted by relevance

/openbsd/regress/lib/libc/asr/bin/
H A Dres_mkquery.c40 static char *print_rr(struct rr *, char *, size_t);
169 printf("%s\n", print_rr(&rr, buf, sizeof buf)); in dump_packet()
195 print_rr(struct rr *rr, char *buf, size_t max) in print_rr() function
H A Dres_query.c41 static char *print_rr(struct rr *, char *, size_t);
205 printf("%s\n", print_rr(&rr, buf, sizeof buf)); in dump_packet()
231 print_rr(struct rr *rr, char *buf, size_t max) in print_rr() function
/openbsd/lib/libc/asr/
H A Dasr_debug.c35 static const char *print_rr(const struct asr_dns_rr *, char *, size_t);
62 print_rr(const struct asr_dns_rr *rr, char *buf, size_t max) in print_rr() function
211 fprintf(f, "%s\n", print_rr(&rr, buf, sizeof buf)); in _asr_dump_packet()
/openbsd/usr.sbin/nsd/
H A Ddbcreate.c80 if(!print_rr(out, state, &zone->soa_rrset->rrs[i], in print_rrs()
100 if(!print_rr(out, state, &rrset->rrs[i], in print_rrs()
H A Dutil.h413 int print_rr(FILE *out, struct state_pretty_rr* state, struct rr *record,
H A Dxfr-inspect.c183 if(!print_rr(stdout, NULL, rr, tmpregion, tmpbuf)) { in print_records()
H A Dverify.c231 print_rr(verifier->zone_feed.fh, in verify_handle_feed()
H A Dutil.c1032 print_rr(FILE *out, in print_rr() function
/openbsd/usr.sbin/nsd/doc/
H A DChangeLog2359 The memory alloc-dealloc in print_rr has been moved to print_rrs.
4910 - moved print_rr from nsd-xfer to util.h to share code.