Searched refs:ruser (Results 1 – 3 of 3) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | upap.c | 361 char *ruser; in upap_rauthreq() local 397 ruser = (char *) 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()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | upap.c | 361 char *ruser; in upap_rauthreq() local 397 ruser = (char *) 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()
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | pap.c | 393 char *ruser, *rpasswd; in upap_rauthreq() local 430 ruser = (char *) 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()
|
Completed in 8 milliseconds