HomeSort by: relevance | last modified time | path
    Searched refs:OPCODE_QUERY (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/nsd/dist/
dns.h 46 #define OPCODE_QUERY 0 /* a standard query (QUERY) */
metrics.c 416 if(metrics_inhibit_zero && st->opcode[i] == 0 && i != OPCODE_QUERY)
nsd.c 828 || st.txerr || st.opcode[OPCODE_QUERY] || st.opcode[OPCODE_IQUERY]
843 st.opcode[OPCODE_QUERY], st.opcode[OPCODE_IQUERY], st.wrongzone,
query.c 1635 if(q->opcode != OPCODE_QUERY && q->opcode != OPCODE_NOTIFY) {
1652 if (q->opcode != OPCODE_QUERY) {
xfrd-tcp.c 478 OPCODE_SET(packet, OPCODE_QUERY);
remote.c 2962 case OPCODE_QUERY: return "QUERY";
3007 if(inhibit_zero && st->opcode[i] == 0 && i != OPCODE_QUERY)

Completed in 63 milliseconds