Home
last modified time | relevance | path

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

/dports/dns/fpdns/fpdns-20190131/utils/response_collector/
H A Dmain.cpp52 #define NUM_RCODE 2 macro
138 rcode_t rcodes[NUM_RCODE] = {DNS_NOERROR, DNS_NOTIMP}; in main()
155 for (rcode_index = 0; rcode_index < NUM_RCODE; rcode_index++) { in main()