Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/sldns/
H A Dwire2str.c1747 uint16_t version, llq_opcode, error_code; in sldns_wire2str_edns_llq_print() local
1759 llq_opcode = sldns_read_uint16(data+2); in sldns_wire2str_edns_llq_print()
1766 if(llq_opcode < llq_opcodes_num) in sldns_wire2str_edns_llq_print()
1767 w += sldns_str_print(s, sl, "%s", llq_opcodes[llq_opcode]); in sldns_wire2str_edns_llq_print()
1768 else w += sldns_str_print(s, sl, "opcode %d", (int)llq_opcode); in sldns_wire2str_edns_llq_print()