Home
last modified time | relevance | path

Searched refs:rst_counter (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/net/
H A Dif_spppsubr.c1184 sp->rst_counter[cp->protoidx] = 0; in sppp_cp_input()
1544 sp->rst_counter[cp->protoidx]); in sppp_to_event()
1546 if (--sp->rst_counter[cp->protoidx] < 0) in sppp_to_event()
3586 sp->rst_counter[IDX_CHAP] = sp->lcp.max_configure; in sppp_chap_open()
3611 sp->rst_counter[IDX_CHAP]); in sppp_chap_TO()
3613 if (--sp->rst_counter[IDX_CHAP] < 0) in sppp_chap_TO()
3644 sp->rst_counter[IDX_CHAP] = sp->lcp.max_configure; in sppp_chap_tlu()
3900 sp->rst_counter[IDX_PAP] = sp->lcp.max_configure; in sppp_pap_open()
3933 sp->rst_counter[IDX_PAP]); in sppp_pap_TO()
3935 if (--sp->rst_counter[IDX_PAP] < 0) in sppp_pap_TO()
[all …]
H A Dif_sppp.h179 int rst_counter[IDX_COUNT]; /* restart counter */ member