Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dchap.c142 static void ChapChallengeTimeout (void *);
228 ChapChallengeTimeout(void *arg) in ChapChallengeTimeout() function
326 UNTIMEOUT(ChapChallengeTimeout, cstate); in ChapLowerDown()
572 UNTIMEOUT(ChapChallengeTimeout, cstate); in ChapReceiveResponse()
737 TIMEOUT(ChapChallengeTimeout, cstate, cstate->timeouttime); in ChapSendChallenge()