Lines Matching full:opcode
166 ns_opcode opcode;
182 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode);
196 p_section(section, opcode));
245 u_int opcode, rcode, id;
251 opcode = ns_msg_getflag(handle, ns_f_opcode);
264 ";; ->>HEADER<<- opcode: %s, status: %s, id: %d\n",
265 _res_opcodes[opcode], p_rcode((int)rcode), id);
289 p_section(ns_s_qd, (int)opcode), qdcount);
291 p_section(ns_s_an, (int)opcode), ancount);
293 p_section(ns_s_ns, (int)opcode), nscount);
295 p_section(ns_s_ar, (int)opcode), arcount);
574 p_section(int section, int opcode) {
577 switch (opcode) {