Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/
HDif_spppsubr.c209 #define CP_LCP 0x01 /* this is the LCP */ macro
392 PPP_LCP, IDX_LCP, CP_LCP, "lcp",
2674 if ((sp->lcp.protos & mask) && ((cps[i])->flags & CP_LCP) == 0) in sppp_lcp_tlu()
2706 if ((sp->lcp.protos & mask) && ((cps[i])->flags & CP_LCP) == 0) { in sppp_lcp_tld()