OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_phase_hook
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
main.c
164
int (*
new_phase_hook
) __P((int)) = NULL;
variable
1141
if (
new_phase_hook
)
1142
(*
new_phase_hook
)(p);
[
all
...]
pppd.h
699
extern int (*
new_phase_hook
) __P((int));
[
all
...]
Completed in 770 milliseconds