Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dchap.c102 ChapOutput(struct physical *physical, u_int code, u_int id, in ChapOutput() function
385 ChapOutput(chap->auth.physical, CHAP_RESPONSE, chap->auth.id, in chap_Respond()
393 ChapOutput(chap->auth.physical, CHAP_FAILURE, chap->auth.id, in chap_Respond()
542 ChapOutput(authp->physical, CHAP_CHALLENGE, authp->id, in chap_Challenge()
546 ChapOutput(authp->physical, CHAP_CHALLENGE, authp->id, in chap_Challenge()
575 ChapOutput(authp->physical, CHAP_SUCCESS, authp->id, msg, strlen(msg), in chap_Success()
622 ChapOutput(authp->physical, CHAP_FAILURE, authp->id, msg, strlen(msg) + 1, in chap_Failure()