Searched refs:ruserlen (Results 1 – 1 of 1) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | pap.c | 392 u_char ruserlen, rpasswdlen; in upap_rauthreq() local 424 GETCHAR(ruserlen, inp); in upap_rauthreq() 425 len -= sizeof (u_char) + ruserlen + sizeof (u_char); in upap_rauthreq() 431 INCPTR(ruserlen, inp); in upap_rauthreq() 442 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen); in upap_rauthreq() 450 auth_peer_success(u->us_unit, PPP_PAP, ruser, ruserlen); in upap_rauthreq()
|