Searched refs:tpstr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/unbound/testcode/ |
| H A D | doqclient.c | 406 char dname[256], tpstr[32], result[256+32+16]; in client_stream_string() local 426 (void)sldns_wire2str_type_buf(tp, tpstr, sizeof(tpstr)); in client_stream_string() 427 snprintf(result, sizeof(result), "%s %s", dname, tpstr); in client_stream_string()
|
| /freebsd/contrib/unbound/services/ |
| H A D | authzone.c | 3447 tpstr[32], rrstr[32]; in auth_zone_generate_answer() local 3450 sldns_wire2str_type_buf(qinfo->qtype, tpstr, sizeof(tpstr)); in auth_zone_generate_answer() 3465 "ce %s, rrset %s", zname, qname, tpstr, nname, in auth_zone_generate_answer()
|