Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/
Dminconn.c65 idle_time_hook = my_get_idle; in plugin_init()
/external/ppp/pppd/
Dauth.c169 int (*idle_time_hook) __P((struct ppp_idle *)) = NULL; variable
1047 if (idle_time_hook != 0)
1048 tlim = (*idle_time_hook)(NULL);
1157 if (idle_time_hook != 0) {
1158 tlim = idle_time_hook(&idle);
Dpppd.h700 extern int (*idle_time_hook) __P((struct ppp_idle *));