Searched refs:sldns_wire2str_rrquestion_scan (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/sbin/unwind/libunbound/sldns/ |
| D | wire2str.h | 179 int sldns_wire2str_rrquestion_scan(uint8_t** data, size_t* data_len, char** str,
|
| D | wire2str.c | 331 return sldns_wire2str_rrquestion_scan(&d, &dlen, &s, &slen, NULL, 0, NULL); in sldns_wire2str_rrquestion_buf() 454 w += sldns_wire2str_rrquestion_scan(d, dlen, s, slen, in sldns_wire2str_pkt_scan() 592 int sldns_wire2str_rrquestion_scan(uint8_t** d, size_t* dlen, char** s, in sldns_wire2str_rrquestion_scan() function
|
| /openbsd/src/usr.sbin/unbound/sldns/ |
| D | wire2str.h | 179 int sldns_wire2str_rrquestion_scan(uint8_t** data, size_t* data_len, char** str,
|
| D | wire2str.c | 331 return sldns_wire2str_rrquestion_scan(&d, &dlen, &s, &slen, NULL, 0, NULL); in sldns_wire2str_rrquestion_buf() 454 w += sldns_wire2str_rrquestion_scan(d, dlen, s, slen, in sldns_wire2str_pkt_scan() 592 int sldns_wire2str_rrquestion_scan(uint8_t** d, size_t* dlen, char** s, in sldns_wire2str_rrquestion_scan() function
|
| /openbsd/src/usr.sbin/unbound/testcode/ |
| D | testpkts.c | 806 (void)sldns_wire2str_rrquestion_scan(&walk, &walk_len, in get_serial() 863 (void)sldns_wire2str_rrquestion_scan(&w, &wlen, &snull, &sl, in pkt_find_edns_opt() 987 (void)sldns_wire2str_rrquestion_scan(&walk, &walk_len, in zerottls()
|