Home
last modified time | relevance | path

Searched refs:check_options_hook (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c508 old_check_options = check_options_hook; in plugin_init()
509 check_options_hook = pppoe_check_options; in plugin_init()
H A Dmapfile-pppoe56 check_options_hook { TYPE = DATA; FLAGS = extern }; # " "
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c146 int (*check_options_hook) __P((uid_t uid)) = NULL; variable
502 if (check_options_hook != NULL &&
503 (*check_options_hook)(uid) == -1) {
H A Dpppd.h696 extern int (*check_options_hook) __P((uid_t uid));