Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dchap-new.c229 pcb->chap_server.challenge_xmits = 0; in chap_timeout()
232 } else if (pcb->chap_server.challenge_xmits >= pcb->settings.chap_max_transmits) { in chap_timeout()
248 ++pcb->chap_server.challenge_xmits; in chap_timeout()
/third_party/lwip/src/include/netif/ppp/
Dchap-new.h169 int challenge_xmits; member