Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_sppp.h151 u_char confid[IDX_COUNT]; /* id of last configuration request */ member
H A Dif_spppsubr.c1548 if (h->ident != sp->confid[cp->protoidx]) { in sppp_cp_input()
1552 h->ident, sp->confid[cp->protoidx]); in sppp_cp_input()
1593 if (h->ident != sp->confid[cp->protoidx]) { in sppp_cp_input()
1597 h->ident, sp->confid[cp->protoidx]); in sppp_cp_input()
2783 sp->confid[IDX_LCP] = ++sp->pp_seq[IDX_LCP]; in sppp_lcp_scr()
3301 sp->confid[IDX_IPCP] = ++sp->pp_seq[IDX_IPCP]; in sppp_ipcp_scr()
3820 sp->confid[IDX_IPV6CP] = ++sp->pp_seq[IDX_IPV6CP]; in sppp_ipv6cp_scr()
4103 if (h->ident != sp->confid[IDX_CHAP]) { in sppp_chap_input()
4109 h->ident, sp->confid[IDX_CHAP]); in sppp_chap_input()
4341 sp->confid[IDX_CHAP] = ++sp->pp_seq[IDX_CHAP]; in sppp_chap_scr()
[all …]