Home
last modified time | relevance | path

Searched refs:chap_check_hook (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/plugins/
Dpasswordfd.c80 chap_check_hook = pwfd_check; in plugin_init()
Dwinbind.c122 chap_check_hook = winbind_secret_check; in plugin_init()
/external/ppp/pppd/
Dauth.c181 int (*chap_check_hook) __P((void)) = NULL; variable
1641 if (chap_check_hook) {
1642 ret = (*chap_check_hook)();
Dpppd.h742 extern int (*chap_check_hook) __P((void));
/external/ppp/pppd/plugins/radius/
Dradius.c156 chap_check_hook = radius_secret_check; in plugin_init()