Home
last modified time | relevance | path

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

/external/libppp/src/
Dchap.c100 ChapOutput(struct physical *physical, u_int code, u_int id, in ChapOutput() function
383 ChapOutput(chap->auth.physical, CHAP_RESPONSE, chap->auth.id, in chap_Respond()
391 ChapOutput(chap->auth.physical, CHAP_FAILURE, chap->auth.id, in chap_Respond()
540 ChapOutput(authp->physical, CHAP_CHALLENGE, authp->id, in chap_Challenge()
544 ChapOutput(authp->physical, CHAP_CHALLENGE, authp->id, in chap_Challenge()
573 ChapOutput(authp->physical, CHAP_SUCCESS, authp->id, msg, strlen(msg), in chap_Success()
620 ChapOutput(authp->physical, CHAP_FAILURE, authp->id, msg, strlen(msg) + 1, in chap_Failure()