Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c110 static void ChapSendStatus __P((chap_state *, int));
596 ChapSendStatus(cstate, CHAP_SUCCESS);
602 ChapSendStatus(cstate, CHAP_FAILURE);
682 ChapSendStatus(cstate, code);
817 ChapSendStatus(cstate, code) in ChapSendStatus() function