Searched refs:ChapSendStatus (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.sbin/pppd/
H A Dchap.c106 static void ChapSendStatus(chap_state *, int);
514 ChapSendStatus(cstate, CHAP_SUCCESS);
518 ChapSendStatus(cstate, CHAP_FAILURE);
580 ChapSendStatus(cstate, code);
709 * ChapSendStatus - Send a status response (ack or nak).
712 ChapSendStatus(cstate, code) function
737 CHAPDEBUG((LOG_INFO, "ChapSendStatus: Sent code %d, id %d.", code,

Completed in 111 milliseconds