Searched refs:sldns_wire2str_dname_scan (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/sldns/ |
H A D | wire2str.c | 383 return sldns_wire2str_dname_scan(&d, &dlen, &s, &slen, NULL, 0, NULL); in sldns_wire2str_dname_buf() 537 w += sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop); in sldns_wire2str_rr_scan() 597 w += sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop); in sldns_wire2str_rrquestion_scan() 621 w += sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop); in sldns_wire2str_rr_unknown_scan() 850 int sldns_wire2str_dname_scan(uint8_t** d, size_t* dlen, char** s, size_t* slen, in sldns_wire2str_dname_scan() function 1282 return sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop); in sldns_wire2str_rdf_scan() 1906 w += sldns_wire2str_dname_scan(d, dl, s, sl, pkt, pktlen, comprloop); in sldns_wire2str_ipseckey_scan_internal()
|
H A D | wire2str.h | 273 int sldns_wire2str_dname_scan(uint8_t** data, size_t* data_len, char** str,
|
/freebsd/contrib/unbound/services/ |
H A D | authzone.c | 1661 w += sldns_wire2str_dname_scan(&dat, &datlen, &s, &slen, NULL, 0, NULL); in auth_rr_to_string()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 3262 - Fix OOB Read in sldns_wire2str_dname_scan(),
|