fail_counter      123 net/if_sppp.h  	int	fail_counter[IDX_COUNT]; /* negotiation failure counter */
fail_counter     1862 net/if_spppsubr.c 	sp->fail_counter[IDX_LCP] = 0;
fail_counter     2181 net/if_spppsubr.c 		if (++sp->fail_counter[IDX_LCP] >= sp->lcp.max_failure) {
fail_counter     2196 net/if_spppsubr.c 		sp->fail_counter[IDX_LCP] = 0;
fail_counter     2538 net/if_spppsubr.c 	sp->fail_counter[IDX_IPCP] = 0;
fail_counter     3292 net/if_spppsubr.c 	sp->fail_counter[IDX_CHAP] = 0;
fail_counter     3621 net/if_spppsubr.c 	sp->fail_counter[IDX_PAP] = 0;