Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/sldns/
H A Dwire2str.h483 int sldns_wire2str_opcode_buf(int opcode, char* str, size_t len);
H A Dwire2str.c305 int sldns_wire2str_opcode_buf(int opcode, char* s, size_t slen) in sldns_wire2str_opcode_buf() function
/freebsd-12.1/contrib/unbound/smallapp/
H A Dunbound-control.c328 sldns_wire2str_opcode_buf(i, nm, sizeof(nm)); in print_extended()