Searched defs:ip_down_hook (Results 1 - 1 of 1) 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(),

Completed in 14 milliseconds