Searched refs:idle_time_hook (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/
H A Dminconn.c45 idle_time_hook = my_get_idle;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dminconn.c65 idle_time_hook = my_get_idle;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dauth.c120 int (*idle_time_hook) __P((struct ppp_idle *)) = NULL; variable
701 if (idle_time_hook != 0)
702 tlim = (*idle_time_hook)(NULL);
764 if (idle_time_hook != 0) {
765 tlim = idle_time_hook(&idle);
H A Dpppd.h620 extern int (*idle_time_hook) __P((struct ppp_idle *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c175 int (*idle_time_hook) __P((struct ppp_idle *)) = NULL; variable
1080 if (idle_time_hook != 0)
1081 tlim = (*idle_time_hook)(NULL);
1190 if (idle_time_hook != 0) {
1191 tlim = idle_time_hook(&idle);
H A Dpppd.h710 extern int (*idle_time_hook) __P((struct ppp_idle *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dpppd.h584 extern int (*idle_time_hook) __P((struct ppp_idle *));

Completed in 117 milliseconds