Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nscd/
H A Dcache.h204 int neg_ttl; /* time to live for -ve entries */ member
H A Dnscd_admin.c369 cfg->neg_ttl = atoi(val); in _nscd_add_admin_mod()
H A Dcache.c566 cfgp->neg_ttl); in print_cfg()
1312 if (cfgp->pos_ttl <= 0 && cfgp->neg_ttl <= 0) { in check_config()
1686 this_stats->timestamp = time(NULL) + cfg.neg_ttl; in lookup_int()
H A Dnscd_cfgdef.h673 neg_ttl,