Home
last modified time | relevance | path

Searched refs:sldns_wire2str_dname_scan (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/sldns/
H A Dwire2str.c383 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 Dwire2str.h273 int sldns_wire2str_dname_scan(uint8_t** data, size_t* data_len, char** str,
/freebsd/contrib/unbound/services/
H A Dauthzone.c1661 w += sldns_wire2str_dname_scan(&dat, &datlen, &s, &slen, NULL, 0, NULL); in auth_rr_to_string()
/freebsd/contrib/unbound/doc/
H A DChangelog3262 - Fix OOB Read in sldns_wire2str_dname_scan(),