Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dchap.c149 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