Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/netif/ppp/
A Dchap.h111 int max_transmits; /* Maximum # of challenge transmissions */ member
A Dchap.c94 { "chap-max-challenge", o_int, &chap[0].max_transmits,
167 cstate->max_transmits = CHAP_DEFTRANSMITS; in ChapInit()
239 if (cstate->chal_transmits >= cstate->max_transmits) { in ChapChallengeTimeout()

Completed in 7 milliseconds