Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_spppsubr.c197 #define CP_LCP 0x01 /* this is the LCP */ macro
352 PPP_LCP, IDX_LCP, CP_LCP, "lcp",
2155 if (sp->lcp.protos & mask && ((cps[i])->flags & CP_LCP) == 0) in sppp_lcp_tlu()
2184 if (sp->lcp.protos & mask && ((cps[i])->flags & CP_LCP) == 0) { in sppp_lcp_tld()