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

/freebsd-12-stable/sys/net/
H A Dif_sppp.h151 u_char confid[IDX_COUNT]; /* id of last configuration request */ member in struct:sppp
H A Dif_spppsubr.c1547 if (h->ident != sp->confid[cp->protoidx]) {
1551 h->ident, sp->confid[cp->protoidx]);
1592 if (h->ident != sp->confid[cp->protoidx]) {
1596 h->ident, sp->confid[cp->protoidx]);
2785 sp->confid[IDX_LCP] = ++sp->pp_seq[IDX_LCP];
2786 sppp_cp_send (sp, PPP_LCP, CONF_REQ, sp->confid[IDX_LCP], i, &opt);
3304 sp->confid[IDX_IPCP] = ++sp->pp_seq[IDX_IPCP];
3305 sppp_cp_send(sp, PPP_IPCP, CONF_REQ, sp->confid[IDX_IPCP], i, &opt);
3823 sp->confid[IDX_IPV6CP] = ++sp->pp_seq[IDX_IPV6CP];
3824 sppp_cp_send(sp, PPP_IPV6CP, CONF_REQ, sp->confid[IDX_IPV6C
[all...]

Completed in 164 milliseconds