Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dpap.c392 u_char ruserlen, rpasswdlen; in upap_rauthreq() local
432 GETCHAR(rpasswdlen, inp); in upap_rauthreq()
433 if (len < rpasswdlen) { 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()
/external/ppp/pppd/
Dupap.c377 u_char ruserlen, rpasswdlen; local
415 GETCHAR(rpasswdlen, inp);
416 if (len < rpasswdlen) {
426 rpasswdlen, &msg);
427 BZERO(rpasswd, rpasswdlen);