Searched refs:llq_opcode (Results 1 – 1 of 1) sorted by relevance
2074 uint16_t version, llq_opcode, error_code; in sldns_wire2str_edns_llq_print() local2086 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()