Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dwire2str.c2074 uint16_t version, llq_opcode, error_code; in sldns_wire2str_edns_llq_print() local
2086 llq_opcode = sldns_read_uint16(data+2); in sldns_wire2str_edns_llq_print()
2093 if(llq_opcode < llq_opcodes_num) in sldns_wire2str_edns_llq_print()
2094 w += sldns_str_print(s, sl, "%s", llq_opcodes[llq_opcode]); in sldns_wire2str_edns_llq_print()
2095 else w += sldns_str_print(s, sl, "opcode %d", (int)llq_opcode); in sldns_wire2str_edns_llq_print()