Home
last modified time | relevance | path

Searched refs:retcode (Results 1 – 1 of 1) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dpap.c394 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()