rst_counter       122 net/if_sppp.h  	int	rst_counter[IDX_COUNT];	/* restart counter */
rst_counter      1309 net/if_spppsubr.c 			sp->rst_counter[cp->protoidx] = sp->lcp.max_configure;
rst_counter      1351 net/if_spppsubr.c 			sp->rst_counter[cp->protoidx] = sp->lcp.max_configure;
rst_counter      1364 net/if_spppsubr.c 			sp->rst_counter[cp->protoidx] = sp->lcp.max_configure;
rst_counter      1401 net/if_spppsubr.c 			sp->rst_counter[cp->protoidx] = sp->lcp.max_configure;
rst_counter      1444 net/if_spppsubr.c 			sp->rst_counter[cp->protoidx] = 0;
rst_counter      1616 net/if_spppsubr.c 		sp->rst_counter[cp->protoidx] = sp->lcp.max_configure;
rst_counter      1684 net/if_spppsubr.c 		sp->rst_counter[cp->protoidx] = sp->lcp.max_configure;
rst_counter      1729 net/if_spppsubr.c 		sp->rst_counter[cp->protoidx] = sp->lcp.max_terminate;
rst_counter      1736 net/if_spppsubr.c 		sp->rst_counter[cp->protoidx] = sp->lcp.max_terminate;
rst_counter      1748 net/if_spppsubr.c 	timo = sp->lcp.max_configure - sp->rst_counter[cp->protoidx];
rst_counter      1771 net/if_spppsubr.c 		    sp->rst_counter[cp->protoidx]);
rst_counter      1773 net/if_spppsubr.c 	if (--sp->rst_counter[cp->protoidx] < 0)
rst_counter      3305 net/if_spppsubr.c 		sp->rst_counter[IDX_CHAP] = sp->lcp.max_configure;
rst_counter      3330 net/if_spppsubr.c 		    sp->rst_counter[IDX_CHAP]);
rst_counter      3332 net/if_spppsubr.c 	if (--sp->rst_counter[IDX_CHAP] < 0)
rst_counter      3345 net/if_spppsubr.c 			sp->rst_counter[IDX_CHAP] = sp->lcp.max_configure;
rst_counter      3364 net/if_spppsubr.c 	sp->rst_counter[IDX_CHAP] = sp->lcp.max_configure;
rst_counter      3634 net/if_spppsubr.c 		sp->rst_counter[IDX_PAP] = sp->lcp.max_configure;
rst_counter      3673 net/if_spppsubr.c 		    sp->rst_counter[IDX_PAP]);
rst_counter      3675 net/if_spppsubr.c 	if (--sp->rst_counter[IDX_PAP] < 0)
rst_counter      3719 net/if_spppsubr.c 	sp->rst_counter[IDX_PAP] = sp->lcp.max_configure;