Searched refs:sldns_wire2str_pkt_buf (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/sldns/ |
H A D | wire2str.h | 127 int sldns_wire2str_pkt_buf(uint8_t* data, size_t data_len, char* str,
|
H A D | wire2str.c | 270 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
|