Searched refs:sldns_wire2str_pkt_scan (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/unbound/sldns/
H A Dwire2str.h145 int sldns_wire2str_pkt_scan(uint8_t** data, size_t* data_len, char** str,
150 * to move along (see sldns_wire2str_pkt_scan).
164 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
178 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
207 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
219 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
236 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
248 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
262 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan).
274 * It shifts the arguments to move along (see sldns_wire2str_pkt_scan)
[all...]
H A Dwire2str.c223 return sldns_wire2str_pkt_scan(&d, &dlen, &s, &slen);
328 int sldns_wire2str_pkt_scan(uint8_t** d, size_t* dlen, char** s, size_t* slen) function

Completed in 43 milliseconds