Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Ddns.h41 #define OPCODE_QUERY 0 /* a standard query (QUERY) */ macro
H A Dnsd.c869 || st.txerr || st.opcode[OPCODE_QUERY] || st.opcode[OPCODE_IQUERY] in bind8_stats()
884 st.opcode[OPCODE_QUERY], st.opcode[OPCODE_IQUERY], st.wrongzone, in bind8_stats()
H A Dquery.c1575 if(q->opcode != OPCODE_QUERY && q->opcode != OPCODE_NOTIFY) { in query_process()
1592 if (q->opcode != OPCODE_QUERY) { in query_process()
H A Dremote.c2561 case OPCODE_QUERY: return "QUERY"; in opcode2str()
2606 if(inhibit_zero && st->opcode[i] == 0 && i != OPCODE_QUERY) in print_stat_block()
H A Dxfrd-tcp.c386 OPCODE_SET(packet, OPCODE_QUERY); in xfrd_setup_packet()