Searched refs:ruserlen (Results 1 – 1 of 1) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | upap.c | 360 u_char ruserlen, rpasswdlen; in upap_rauthreq() local 391 GETCHAR(ruserlen, inp); in upap_rauthreq() 392 len -= sizeof (u_char) + ruserlen + sizeof (u_char); in upap_rauthreq() 398 INCPTR(ruserlen, inp); in upap_rauthreq() 411 if (auth_check_passwd(pcb, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen)) { in upap_rauthreq() 438 ppp_slprintf(rhostname, sizeof(rhostname), "%.*v", ruserlen, ruser); in upap_rauthreq() 443 auth_peer_success(pcb, PPP_PAP, 0, ruser, ruserlen); in upap_rauthreq()
|