Searched refs:print_rr (Results 1 – 9 of 9) sorted by relevance
/openbsd/regress/lib/libc/asr/bin/ |
H A D | res_mkquery.c | 40 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 D | res_query.c | 41 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 D | asr_debug.c | 35 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 D | dbcreate.c | 80 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 D | util.h | 413 int print_rr(FILE *out, struct state_pretty_rr* state, struct rr *record,
|
H A D | xfr-inspect.c | 183 if(!print_rr(stdout, NULL, rr, tmpregion, tmpbuf)) { in print_records()
|
H A D | verify.c | 231 print_rr(verifier->zone_feed.fh, in verify_handle_feed()
|
H A D | util.c | 1032 print_rr(FILE *out, in print_rr() function
|
/openbsd/usr.sbin/nsd/doc/ |
H A D | ChangeLog | 2359 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.
|