Home
last modified time | relevance | path

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

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