HomeSort by: relevance | last modified time | path
    Searched refs:sldns_wire2str_opcode_print (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/sldns/
wire2str.h 347 int sldns_wire2str_opcode_print(char** str, size_t* str_len, int opcode);
wire2str.c 378 return sldns_wire2str_opcode_print(&s, &slen, opcode);
746 w += sldns_wire2str_opcode_print(s, slen, opcode);
943 int sldns_wire2str_opcode_print(char** s, size_t* slen, int opcode) function

Completed in 59 milliseconds