Searched refs:ChapSendStatus (Results 1 – 1 of 1) sorted by relevance
149 static void ChapSendStatus (chap_state *, int);550 ChapSendStatus(cstate, CHAP_SUCCESS); in ChapReceiveResponse()554 ChapSendStatus(cstate, CHAP_FAILURE); in ChapReceiveResponse()618 ChapSendStatus(cstate, code); in ChapReceiveResponse()746 ChapSendStatus(chap_state *cstate, int code) in ChapSendStatus() function