Searched refs:confid (Results 1 – 2 of 2) sorted by relevance
28 u_char confid; /* id of last configuration request */ member33 u_char confid; /* id of last configuration request */ member
548 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()