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

/external/ppp/pppd/plugins/
H A Dpasswordfd.c80 chap_check_hook = pwfd_check;
H A Dwinbind.c122 chap_check_hook = winbind_secret_check;
/external/ppp/pppd/
H A Dauth.c186 int (*chap_check_hook) __P((void)) = NULL; variable
1831 if (chap_check_hook) {
1832 ret = (*chap_check_hook)();
H A Dpppd.h715 extern int (*chap_check_hook) __P((void));
/external/ppp/pppd/plugins/radius/
H A Dradius.c154 chap_check_hook = radius_secret_check;

Completed in 832 milliseconds