Searched defs:NS_RCODE_LAST (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c140 #define NS_RCODE_LAST 6 macro
212 uint64_t rcodes[NS_RCODE_LAST + 1]; /* rcode counters */
830 if (v >= NS_RCODE_LAST)
831 v = NS_RCODE_LAST;
2392 (unsigned long long) rcodes[NS_RCODE_LAST]);

Completed in 16 milliseconds