Searched refs:retcode (Results 1 – 2 of 2) sorted by relevance
15 RESULT_VARIABLE retcode18 if(NOT "${retcode}" STREQUAL "0")
364 int retcode; in upap_rauthreq() local410 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 10 milliseconds