Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A 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()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dupap.c360 u_char ruserlen, rpasswdlen; in upap_rauthreq() local
399 GETCHAR(rpasswdlen, inp); in upap_rauthreq()
400 if (len < rpasswdlen) { in upap_rauthreq()
411 if (auth_check_passwd(pcb, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen)) { in upap_rauthreq()
414 BZERO(rpasswd, rpasswdlen); in upap_rauthreq()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dupap.c360 u_char ruserlen, rpasswdlen; in upap_rauthreq() local
399 GETCHAR(rpasswdlen, inp); in upap_rauthreq()
400 if (len < rpasswdlen) { in upap_rauthreq()
411 if (auth_check_passwd(pcb, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen)) { in upap_rauthreq()
414 BZERO(rpasswd, rpasswdlen); in upap_rauthreq()

Completed in 15 milliseconds