Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/sldns/
H A Dwire2str.h483 int sldns_wire2str_opcode_buf(int opcode, char* str, size_t len);
H A Dwire2str.c335 int sldns_wire2str_opcode_buf(int opcode, char* s, size_t slen) in sldns_wire2str_opcode_buf() function
/dports/dns/unbound/unbound-1.14.0/smallapp/
H A Dunbound-control.c350 sldns_wire2str_opcode_buf(i, nm, sizeof(nm)); in print_extended()