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

  /external/ppp/pppd/
main.c 163 int (*new_phase_hook) __P((int)) = NULL; variable
1205 if (new_phase_hook)
1206 (*new_phase_hook)(p);
    [all...]
pppd.h 726 extern int (*new_phase_hook) __P((int));
    [all...]

Completed in 66 milliseconds