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

/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dauth.c217 int (*chap_passwd_hook) __P((char *user, char *passwd)) = NULL; variable
2158 } else if (!am_server && chap_passwd_hook) {
2159 if ( (*chap_passwd_hook)((char*)client, secbuf) < 0) {
H A Dchap.c81 int (*chap_passwd_hook) __P((char *user, char *passwd)) = NULL; variable
H A Dpppd.h1041 extern int (*chap_passwd_hook) __P((char *user, char *passwd));

Completed in 62 milliseconds