Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/sldns/
H A Dwire2str.h347 int sldns_wire2str_opcode_print(char** str, size_t* str_len, int opcode);
H A Dwire2str.c377 return sldns_wire2str_opcode_print(&s, &slen, opcode); in sldns_wire2str_opcode_buf()
745 w += sldns_wire2str_opcode_print(s, slen, opcode); in sldns_wire2str_header_scan()
942 int sldns_wire2str_opcode_print(char** s, size_t* slen, int opcode) in sldns_wire2str_opcode_print() function