Lines Matching refs:notifier
204 struct notifier { struct
205 struct notifier *next; argument
257 extern struct notifier *pidchange; /* for notifications of pid changing */
258 extern struct notifier *phasechange; /* for notifications of phase changes */
259 extern struct notifier *exitnotify; /* for notification that we're exiting */
260 extern struct notifier *sigreceived; /* notification of received signal */
261 extern struct notifier *ip_up_notifier; /* IPCP has come up */
262 extern struct notifier *ip_down_notifier; /* IPCP has gone down */
263 extern struct notifier *ipv6_up_notifier; /* IPV6CP has come up */
264 extern struct notifier *ipv6_down_notifier; /* IPV6CP has gone down */
265 extern struct notifier *auth_up_notifier; /* peer has authenticated */
266 extern struct notifier *link_down_notifier; /* link has gone down */
267 extern struct notifier *fork_notifier; /* we are a new child process */
510 void add_notifier __P((struct notifier **, notify_func, void *));
511 void remove_notifier __P((struct notifier **, notify_func, void *));
512 void notify __P((struct notifier *, int));