Searched refs:CACHE_TTL (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_cache.c60 #define CACHE_TTL (60 * 10) macro
797 time_t ttl = CACHE_TTL + time(NULL);
909 time_t ttl = CACHE_TTL + time(NULL);
1019 time_t ttl = CACHE_TTL + time(NULL);
1198 time_t ttl = CACHE_TTL + time(NULL);
1328 time_t ttl = CACHE_TTL + time(NULL);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c82 #define CACHE_TTL 180 macro
215 ad_cache->ac_maxtime = time(NULL) + CACHE_TTL;

Completed in 27 milliseconds