Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dsyncppp.h28 u_char confid; /* id of last configuration request */ member
33 u_char confid; /* id of last configuration request */ member
/linux-2.4.37.9/drivers/net/wan/
Dsyncppp.c548 if (h->ident != sp->lcp.confid) in sppp_lcp_input()
569 if (h->ident != sp->lcp.confid) in sppp_lcp_input()
596 if (h->ident != sp->lcp.confid) in sppp_lcp_input()
1214 if (h->ident != sp->ipcp.confid) in sppp_ipcp_input()
1229 if (h->ident != sp->ipcp.confid) in sppp_ipcp_input()
1266 sp->lcp.confid = ++sp->pp_seq; in sppp_lcp_open()
1267 sppp_cp_send (sp, PPP_LCP, LCP_CONF_REQ, sp->lcp.confid, in sppp_lcp_open()
1274 sp->ipcp.confid = ++sp->pp_seq; in sppp_ipcp_open()
1275 sppp_cp_send (sp, PPP_IPCP, IPCP_CONF_REQ, sp->ipcp.confid, 0, 0); in sppp_ipcp_open()