Searched refs:check_options_hook (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c508 old_check_options = check_options_hook;
509 check_options_hook = pppoe_check_options;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c133 * check_options_hook - This is called before doing sys_init()
149 int (*check_options_hook) __P((uid_t uid)) = NULL; variable
505 if (check_options_hook != NULL &&
506 (*check_options_hook)(uid) == -1) {
H A Dpppd.h689 extern int (*check_options_hook) __P((uid_t uid));

Completed in 66 milliseconds