Searched refs:new_phase_hook (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dmain.c92 int (*new_phase_hook) __P((int)) = NULL; variable
895 if (new_phase_hook)
896 (*new_phase_hook)(p);
H A Dpppd.h583 extern int (*new_phase_hook) __P((int));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dmain.c103 int (*new_phase_hook) __P((int)) = NULL; variable
1081 if (new_phase_hook)
1082 (*new_phase_hook)(p);
H A Dpppd.h619 extern int (*new_phase_hook) __P((int));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c163 int (*new_phase_hook) __P((int)) = NULL; variable
1240 if (new_phase_hook)
1241 (*new_phase_hook)(p);
H A Dpppd.h709 extern int (*new_phase_hook) __P((int));

Completed in 93 milliseconds