Home
last modified time | relevance | path

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

/dports/net/siproxd/siproxd-0.8.2/src/
H A Dsiproxd.h306 #define IFADR_MAX_AGE 5 /* max. age of the IF address cache (sec) */ macro
H A Dutils.c456 if ( (ifaddr_cache[i].timestamp+IFADR_MAX_AGE) < t ) { in get_ip_by_ifname()