Home
last modified time | relevance | path

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

/lib/lwip/lwip/contrib/ports/unix/posixlib/
A DUninstall.cmake15 RESULT_VARIABLE retcode
18 if(NOT "${retcode}" STREQUAL "0")
/lib/lwip/lwip/src/netif/ppp/
A Dupap.c364 int retcode; in upap_rauthreq() local
410 retcode = UPAP_AUTHNAK; in upap_rauthreq()
412 retcode = UPAP_AUTHACK; in upap_rauthreq()
422 if (retcode == UPAP_AUTHACK) { in upap_rauthreq()
425 retcode = UPAP_AUTHNAK; /* XXX exit value will be "wrong" */ in upap_rauthreq()
435 upap_sresp(pcb, retcode, id, msg, msglen); in upap_rauthreq()
440 if (retcode == UPAP_AUTHACK) { in upap_rauthreq()

Completed in 5 milliseconds