Searched refs:fail_counter (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dif_sppp.h153 int fail_counter[IDX_COUNT]; /* negotiation failure counter */ member in struct:sppp
H A Dif_spppsubr.c2137 sp->fail_counter[IDX_LCP] = 0;
2450 ++sp->fail_counter[IDX_LCP] >= sp->lcp.max_failure) {
2464 sp->fail_counter[IDX_LCP] = 0;
2836 sp->fail_counter[IDX_IPCP] = 0;
3395 sp->fail_counter[IDX_IPV6CP] = 0;
3749 * XXX should we use fail_counter?
4200 sp->fail_counter[IDX_CHAP] = 0;
4522 sp->fail_counter[IDX_PAP] = 0;

Completed in 117 milliseconds