Searched refs:ip_down_hook (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dipcp.c80 void (*ip_down_hook) __P((void)) = NULL; variable
1871 if (ip_down_hook)
1872 ip_down_hook();
1879 print_link_stats(); /* _after_ running the notifiers and ip_down_hook(),
H A Dpppd.h712 extern void (*ip_down_hook) __P((void));

Completed in 49 milliseconds