Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dchap.h112 int chal_transmits; /* Number of transmissions of challenge */ member
Dchap.c239 if (cstate->chal_transmits >= cstate->max_transmits) { in ChapChallengeTimeout()
738 ++cstate->chal_transmits; in ChapSendChallenge()
797 cstate->chal_transmits = 0; in ChapGenChallenge()