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

/bind-9.11.3/lib/isccfg/
H A Dnamedconf.c140 static cfg_type_t cfg_type_ttlval; variable
1761 { "lame-ttl", &cfg_type_ttlval, 0 },
1782 { "nta-lifetime", &cfg_type_ttlval, 0 },
1783 { "nta-recheck", &cfg_type_ttlval, 0 },
1808 { "servfail-ttl", &cfg_type_ttlval, 0 },
3868 static cfg_type_t cfg_type_ttlval = { variable
3875 return (parse_enum_or_other(pctx, type, &cfg_type_ttlval, ret));
3880 doc_enum_or_other(pctx, type, &cfg_type_ttlval);

Completed in 19 milliseconds