Home | History | Annotate | Download | only in pppd

Lines Matching refs:chap_passwd_hook

189 int (*chap_passwd_hook) __P((char *user, char *passwd)) = NULL;
1926 } else if (!am_server && chap_passwd_hook) {
1927 if ( (*chap_passwd_hook)(client, secbuf) < 0) {