Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dchap.c150 static void ChapSendChallenge (chap_state *);
219 ChapSendChallenge(cstate); /* crank it up dude! */ in ChapAuthPeer()
247 ChapSendChallenge(cstate); /* Re-send challenge */ in ChapChallengeTimeout()
282 ChapSendChallenge(cstate); in ChapRechallenge()
307 ChapSendChallenge(cstate); in ChapLowerUp()
710 ChapSendChallenge(chap_state *cstate) in ChapSendChallenge() function