Home
last modified time | relevance | path

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

/dports/dns/pdnsd/pdnsd-1.2.9a/src/
H A Drr_types.h106 #define NRRTOT 47 macro
182 extern const unsigned short int rrcachiterlist[NRRTOT];
184 const unsigned short int rrcachiterlist[NRRTOT] = {
480 extern const struct rr_infos rr_info[NRRTOT];
482 const struct rr_infos rr_info[NRRTOT] = {
H A Dcache.h281 …efine PDNSD_NOT_CACHED_TYPE(type) ((type)<T_MIN || (type)>T_MAX || rrlkuptab[(type)-T_MIN]>=NRRTOT)
284 #define NRRITERLIST(cent) ((cent)->flags&DF_NEGATIVE?0:(cent)->rr.rrext?NRRTOT:NRRMU)
293 #define RRARR_LEN(cent) ((cent)->flags&DF_NEGATIVE?0:(cent)->rr.rrext?NRRTOT:NRRMU)
H A Dcache.c118 #if NRRTOT>255
732 PDNSD_ASSERT(idx < NRRTOT, "add_cent_rr: illegal rr type value for caching"); in add_cent_rr()
1136 ilim = NRRTOT; in copy_cent()
/dports/dns/pdnsd/pdnsd-1.2.9a/src/pdnsd-ctl/
H A Dpdnsd-ctl.c414 for (i=0; i<NRRTOT; ++i) in main()