HomeSort by relevance Sort by last modified time
    Searched refs:idle_time_hook (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/plugins/
minconn.c 65 idle_time_hook = my_get_idle;
  /external/ppp/pppd/
auth.c 164 int (*idle_time_hook) __P((struct ppp_idle *)) = NULL; variable
1080 if (idle_time_hook != 0)
1081 tlim = (*idle_time_hook)(NULL);
1188 if (idle_time_hook != 0) {
1189 tlim = idle_time_hook(&idle);
    [all...]
pppd.h 727 extern int (*idle_time_hook) __P((struct ppp_idle *));
    [all...]

Completed in 89 milliseconds