Home
last modified time | relevance | path

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

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/mmkubernetes/
H A Dmmkubernetes.c1145 int checkttl = 1; in cache_entry_get() local
1150 checkttl = 0; /* no need to check ttl now */ in cache_entry_get()
1152 if (cache_entry && checkttl && (now >= cache_entry->ttl)) { in cache_entry_get()
/dports/net/radsecproxy/radsecproxy-1.8.2/
H A Dradsecproxy.c897 int checkttl(struct radmsg *msg, uint32_t *attrtype) { in checkttl() function
1271 ttlres = checkttl(msg, options.ttlattrtype); in radsrv()
1442 ttlres = checkttl(msg, options.ttlattrtype); in replyh()