OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
169
int (*
idle_time_hook
) __P((struct ppp_idle *)) = NULL;
variable
1047
if (
idle_time_hook
!= 0)
1048
tlim = (*
idle_time_hook
)(NULL);
1157
if (
idle_time_hook
!= 0) {
1158
tlim =
idle_time_hook
(&idle);
[
all
...]
pppd.h
702
extern int (*
idle_time_hook
) __P((struct ppp_idle *));
[
all
...]
Completed in 288 milliseconds