Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
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()