Searched refs:retcode (Results 1 – 1 of 1) sorted by relevance
/lib/liblwip/src/netif/ppp/ |
D | pap.c | 394 u_char retcode; in upap_rauthreq() local 442 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen); in upap_rauthreq() 446 upap_sresp(u, retcode, id, msg, msglen); in upap_rauthreq() 448 if (retcode == UPAP_AUTHACK) { in upap_rauthreq()
|