Home
last modified time | relevance | path

Searched refs:min_timeout (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/usr.sbin/ppp/
H A Dbundle.c831 bundle.cfg.idle.min_timeout = 0; in bundle_Create()
1110 if (arg->bundle->cfg.idle.min_timeout) in bundle_ShowStatus()
1112 arg->bundle->cfg.idle.min_timeout); in bundle_ShowStatus()
1184 if (bundle->cfg.idle.min_timeout > secs && bundle->upat) { in bundle_StartIdleTimer()
1187 if (bundle->cfg.idle.min_timeout > up && in bundle_StartIdleTimer()
1188 bundle->cfg.idle.min_timeout - up > (long long)secs) in bundle_StartIdleTimer()
1190 secs = bundle->cfg.idle.min_timeout - up; in bundle_StartIdleTimer()
1203 unsigned min_timeout) in bundle_SetIdleTimer() argument
1206 bundle->cfg.idle.min_timeout = min_timeout; in bundle_SetIdleTimer()
H A Dbundle.h109 unsigned min_timeout; /* Don't idle out before this */ member
H A Dcommand.c2039 min = arg->bundle->cfg.idle.min_timeout; in SetVariable()