Searched refs:ruser (Results 1 – 1 of 1) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
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()
|