Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dpap.c393 char *ruser, *rpasswd; in upap_rauthreq() local
437 rpasswd = (char *) inp; in upap_rauthreq()
442 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen); in upap_rauthreq()
444 BZERO(rpasswd, rpasswdlen); in upap_rauthreq()