Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif_spppsubr.c208 u_char protoidx; /* index into state table in struct sppp */ member
1474 sppp_state_name(sp->state[cp->protoidx]), in sppp_cp_input()
1493 switch (sp->state[cp->protoidx]) { in sppp_cp_input()
1503 switch (sp->state[cp->protoidx]) { in sppp_cp_input()
1517 if (sp->state[cp->protoidx] == (rv ? STATE_ACK_SENT: in sppp_cp_input()
1524 sp->rst_counter[cp->protoidx] = sp->lcp.max_configure; in sppp_cp_input()
1544 sppp_state_name(sp->state[cp->protoidx])); in sppp_cp_input()
1549 if (h->ident != sp->confid[cp->protoidx]) { in sppp_cp_input()
1553 h->ident, sp->confid[cp->protoidx]); in sppp_cp_input()
1557 switch (sp->state[cp->protoidx]) { in sppp_cp_input()
[all …]