Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dbundle.c826 bundle.cfg.idle.min_timeout = 0; in bundle_Create()
1105 if (arg->bundle->cfg.idle.min_timeout) in bundle_ShowStatus()
1107 arg->bundle->cfg.idle.min_timeout); in bundle_ShowStatus()
1179 if (bundle->cfg.idle.min_timeout > secs && bundle->upat) { in bundle_StartIdleTimer()
1182 if (bundle->cfg.idle.min_timeout > up && in bundle_StartIdleTimer()
1183 bundle->cfg.idle.min_timeout - up > (long long)secs) in bundle_StartIdleTimer()
1185 secs = bundle->cfg.idle.min_timeout - up; in bundle_StartIdleTimer()
1198 unsigned min_timeout) in bundle_SetIdleTimer() argument
1201 bundle->cfg.idle.min_timeout = min_timeout; in bundle_SetIdleTimer()
H A Dbundle.h107 unsigned min_timeout; /* Don't idle out before this */ member
H A Dcommand.c2037 min = arg->bundle->cfg.idle.min_timeout; in SetVariable()