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

/freebsd-10.0-release/sys/net/
H A Dif_sppp.h153 int fail_counter[IDX_COUNT]; /* negotiation failure counter */ member in struct:sppp
H A Dif_spppsubr.c2162 sp->fail_counter[IDX_LCP] = 0;
2475 ++sp->fail_counter[IDX_LCP] >= sp->lcp.max_failure) {
2489 sp->fail_counter[IDX_LCP] = 0;
2861 sp->fail_counter[IDX_IPCP] = 0;
3420 sp->fail_counter[IDX_IPV6CP] = 0;
3774 * XXX should we use fail_counter?
4225 sp->fail_counter[IDX_CHAP] = 0;
4547 sp->fail_counter[IDX_PAP] = 0;

Completed in 87 milliseconds