Searched refs:check_options_hook (Results 1 – 4 of 4) sorted by relevance
508 old_check_options = check_options_hook; in plugin_init()509 check_options_hook = pppoe_check_options; in plugin_init()
56 check_options_hook { TYPE = DATA; FLAGS = extern }; # " "
149 int (*check_options_hook) __P((uid_t uid)) = NULL; variable505 if (check_options_hook != NULL &&506 (*check_options_hook)(uid) == -1) {
689 extern int (*check_options_hook) __P((uid_t uid));