Home
last modified time | relevance | path

Searched refs:check_passwd (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dauth.h100 u_char check_passwd (int, char *, int, char *, int, char **, int *);
Dpap.c442 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen); in upap_rauthreq()
Dauth.c862 check_passwd( int unit, char *auser, int userlen, char *apasswd, int passwdlen, char **msg, int *ms… in check_passwd() function