Home | History | Annotate | Download | only in pppd

Lines Matching refs:pap_auth_hook

175 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
1363 if (pap_auth_hook) {
1364 ret = (*pap_auth_hook)(user, passwd, msg, &addrs, &opts);