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

/freebsd-10.1-release/usr.sbin/ppp/
H A Dbundle.h107 unsigned min_timeout; /* Don't idle out before this */ member in struct:bundle::__anon12028::__anon12029
H A Dbundle.c829 bundle.cfg.idle.min_timeout = 0;
1108 if (arg->bundle->cfg.idle.min_timeout)
1110 arg->bundle->cfg.idle.min_timeout);
1182 if (bundle->cfg.idle.min_timeout > secs && bundle->upat) {
1185 if (bundle->cfg.idle.min_timeout > up &&
1186 bundle->cfg.idle.min_timeout - up > (long long)secs)
1188 secs = bundle->cfg.idle.min_timeout - up;
1201 unsigned min_timeout)
1204 bundle->cfg.idle.min_timeout = min_timeout;
1200 bundle_SetIdleTimer(struct bundle *bundle, unsigned timeout, unsigned min_timeout) argument
[all...]
H A Dcommand.c2037 min = arg->bundle->cfg.idle.min_timeout;

Completed in 56 milliseconds