Home
last modified time | relevance | path

Searched refs:sldns_wire2str_pkt_buf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/sldns/
H A Dwire2str.h127 int sldns_wire2str_pkt_buf(uint8_t* data, size_t data_len, char* str,
H A Dwire2str.c270 size_t slen = (size_t)sldns_wire2str_pkt_buf(data, len, NULL, 0); in sldns_wire2str_pkt()
273 sldns_wire2str_pkt_buf(data, len, result, slen+1); in sldns_wire2str_pkt()
316 int sldns_wire2str_pkt_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_pkt_buf() function