Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/sldns/
H A Dwire2str.c2080 uint16_t version, llq_opcode, error_code; in sldns_wire2str_edns_llq_print() local
2092 llq_opcode = sldns_read_uint16(data+2); in sldns_wire2str_edns_llq_print()
2099 if(llq_opcode < llq_opcodes_num) in sldns_wire2str_edns_llq_print()
2100 w += sldns_str_print(s, sl, "%s", llq_opcodes[llq_opcode]); in sldns_wire2str_edns_llq_print()
2101 else w += sldns_str_print(s, sl, "opcode %d", (int)llq_opcode); in sldns_wire2str_edns_llq_print()
/freebsd/contrib/ldns/
H A Dhost2str.c2127 uint16_t version, llq_opcode, error_code; in ldns_edns_llq2buffer_str() local
2141 llq_opcode = ldns_read_uint16(data+2); in ldns_edns_llq2buffer_str()
2149 if(llq_opcode < llq_opcodes_num) { in ldns_edns_llq2buffer_str()
2150 ldns_buffer_printf(output, "%s", llq_opcodes[llq_opcode]); in ldns_edns_llq2buffer_str()
2152 ldns_buffer_printf(output, "opcode %d", (int)llq_opcode); in ldns_edns_llq2buffer_str()