Home
last modified time | relevance | path

Searched refs:sldns_wire2str_opcode_buf (Results 1 – 3 of 3) sorted by relevance

/src/contrib/unbound/sldns/
H A Dwire2str.h485 int sldns_wire2str_opcode_buf(int opcode, char* str, size_t len);
H A Dwire2str.c374 int sldns_wire2str_opcode_buf(int opcode, char* s, size_t slen) in sldns_wire2str_opcode_buf() function
/src/contrib/unbound/smallapp/
H A Dunbound-control.c369 sldns_wire2str_opcode_buf(i, nm, sizeof(nm)); in print_extended()