Searched refs:add_notifier (Results 1 - 5 of 5) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Dradattr.c48 add_notifier(&link_down_notifier, cleanup, NULL);
52 add_notifier(&exitnotify, cleanup, NULL);
H A Dradius.c160 add_notifier(&ip_up_notifier, radius_ip_up, NULL);
161 add_notifier(&ip_down_notifier, radius_ip_down, NULL);
/external/ppp/pppd/
H A Dtty.c402 add_notifier(&pidchange, maybe_relock, 0);
947 add_notifier(&sigreceived, stop_charshunt, 0);
H A Dpppd.h490 void add_notifier __P((struct notifier **, notify_func, void *));
H A Dmain.c1830 * add_notifier - add a new function to be called when something happens.
1833 add_notifier(notif, func, arg) function
1871 * notify - call a set of functions registered with add_notifier.

Completed in 963 milliseconds