HomeSort by relevance Sort by last modified time
    Searched refs:add_notifier (Results 1 - 6 of 6) sorted by null

  /system/connectivity/shill/shims/
pppd_plugin.c 53 add_notifier(&ip_up_notifier, PPPOnUp, NULL);
54 add_notifier(&phasechange, PPPOnPhaseChange, NULL);
55 add_notifier(&exitnotify, PPPOnExit, NULL);
  /external/ppp/pppd/plugins/radius/
radattr.c 48 add_notifier(&link_down_notifier, cleanup, NULL);
52 add_notifier(&exitnotify, cleanup, NULL);
radius.c 162 add_notifier(&ip_up_notifier, radius_ip_up, NULL);
163 add_notifier(&ip_down_notifier, radius_ip_down, NULL);
    [all...]
  /external/ppp/pppd/
pppd.h 510 void add_notifier __P((struct notifier **, notify_func, void *));
    [all...]
tty.c 407 add_notifier(&pidchange, maybe_relock, 0);
    [all...]
main.c 2021 add_notifier(notif, func, arg) function
    [all...]

Completed in 111 milliseconds