Home | History | Annotate | Download | only in pppd

Lines Matching refs:ip_down_hook

80 void (*ip_down_hook) __P((void)) = NULL;
1871 if (ip_down_hook)
1872 ip_down_hook();
1879 print_link_stats(); /* _after_ running the notifiers and ip_down_hook(),