Searched refs:opcode (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 165 ns_opcode opcode; in do_section() local 181 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode); in do_section() 195 p_section(section, opcode)); in do_section() 244 u_int opcode, rcode, id; in res_pquery() local 250 opcode = ns_msg_getflag(handle, ns_f_opcode); in res_pquery() 264 _res_opcodes[opcode], p_rcode((int)rcode), id); in res_pquery() 288 p_section(ns_s_qd, (int)opcode), qdcount); in res_pquery() 290 p_section(ns_s_an, (int)opcode), ancount); in res_pquery() 292 p_section(ns_s_ns, (int)opcode), nscount); in res_pquery() 294 p_section(ns_s_ar, (int)opcode), arcount); in res_pquery() [all …]
|
D | res_mkquery.c | 147 hp->opcode = op; in res_nmkquery()
|
D | res_send.c | 329 if ((((const HEADER *)(const void *)buf1)->opcode == ns_o_update) && in res_queriesmatch() 330 (((const HEADER *)(const void *)buf2)->opcode == ns_o_update)) in res_queriesmatch()
|
/bionic/libc/kernel/common/linux/ |
D | coda.h | 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) argument 213 u_int32_t opcode; member 221 u_int32_t opcode; member
|
/bionic/libc/kernel/common/linux/mmc/ |
D | mmc.h | 24 u32 opcode; member
|
/bionic/libc/private/ |
D | arpa_nameser_compat.h | 104 unsigned opcode: 4; /* purpose of message */ member 120 unsigned opcode :4; /* purpose of message */ member
|