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

/freebsd-10.1-release/sys/net/
H A Dif_spppsubr.c211 u_char protoidx; /* index into state table in struct sppp */ member in struct:cp
1497 sppp_state_name(sp->state[cp->protoidx]),
1516 switch (sp->state[cp->protoidx]) {
1526 switch (sp->state[cp->protoidx]) {
1540 if (sp->state[cp->protoidx] == (rv ? STATE_ACK_SENT:
1547 sp->rst_counter[cp->protoidx] = sp->lcp.max_configure;
1567 sppp_state_name(sp->state[cp->protoidx]));
1572 if (h->ident != sp->confid[cp->protoidx]) {
1576 h->ident, sp->confid[cp->protoidx]);
1580 switch (sp->state[cp->protoidx]) {
[all...]

Completed in 42 milliseconds