Home
last modified time | relevance | path

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

/openbsd/usr.sbin/nsd/
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.c1587 if(q->opcode != OPCODE_QUERY && q->opcode != OPCODE_NOTIFY) { in query_process()
1604 if (q->opcode != OPCODE_QUERY) { in query_process()
H A Dremote.c2705 case OPCODE_QUERY: return "QUERY"; in opcode2str()
2750 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()