Home | History | Annotate | Download | only in pppd

Lines Matching full:idle

168 /* Hook to enable a plugin to control the idle time limit */
1144 * check_idle - check whether the link has been idle for long
1151 struct ppp_idle idle;
1155 if (!get_idle_time(0, &idle))
1158 tlim = idle_time_hook(&idle);
1160 itime = MIN(idle.xmit_idle, idle.recv_idle);
1164 /* link is idle: shut it down. */