Searched refs:idle_time_hook (Results 1 – 4 of 4) sorted by relevance
39 idle_time_hook = my_get_idle; in plugin_init()
24 idle_time_hook { TYPE = DATA; FLAGS = extern }; # " "
141 int (*idle_time_hook) __P((struct ppp_idle *)) = NULL; variable820 if (idle_time_hook != NULL)821 tlim = (*idle_time_hook)(NULL);900 if (idle_time_hook != NULL) {901 tlim = (*idle_time_hook)(&idle);
680 extern int (*idle_time_hook) __P((struct ppp_idle *));