Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c120 static void ChapSendStatus __P((chap_state *, int));
606 ChapSendStatus(cstate, CHAP_SUCCESS);
612 ChapSendStatus(cstate, CHAP_FAILURE);
692 ChapSendStatus(cstate, code);
827 ChapSendStatus(cstate, code) in ChapSendStatus() function