Searched refs:challenge_xmits (Results 1 – 2 of 2) sorted by relevance
229 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()
169 int challenge_xmits; member