Home
last modified time | relevance | path

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

/trueos/usr.sbin/ppp/
HDbundle.c829 bundle.cfg.idle.min_timeout = 0; in bundle_Create()
1108 if (arg->bundle->cfg.idle.min_timeout) in bundle_ShowStatus()
1110 arg->bundle->cfg.idle.min_timeout); in bundle_ShowStatus()
1182 if (bundle->cfg.idle.min_timeout > secs && bundle->upat) { in bundle_StartIdleTimer()
1185 if (bundle->cfg.idle.min_timeout > up && in bundle_StartIdleTimer()
1186 bundle->cfg.idle.min_timeout - up > (long long)secs) in bundle_StartIdleTimer()
1188 secs = bundle->cfg.idle.min_timeout - up; in bundle_StartIdleTimer()
1201 unsigned min_timeout) in bundle_SetIdleTimer() argument
1204 bundle->cfg.idle.min_timeout = min_timeout; in bundle_SetIdleTimer()
HDbundle.h107 unsigned min_timeout; /* Don't idle out before this */ member
HDcommand.c2037 min = arg->bundle->cfg.idle.min_timeout; in SetVariable()
/trueos/sys/sys/mach/
HDhost_info.h155 integer_t min_timeout; /* minimum timeout in milliseconds */ member
/trueos/
Dmach-compat.diff2981 + info->min_timeout = 1000 / hz; /* XXX timout in ms */
3212 + mach_integer_t min_timeout;