Searched refs:CP_NCP (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dif_spppsubr.c212 #define CP_NCP 0x04 /* this is a NCP */ macro
403 CP_NCP,
417 CP_NCP,
2662 if (((cps[i])->flags & CP_NCP) &&
2798 if ((sp->lcp.protos & mask) && (cps[i])->flags & CP_NCP)
5219 if ((cps[i])->flags & CP_NCP)
5224 if ((sp->lcp.protos & mask) && ((cps[i])->flags & CP_NCP))

Completed in 167 milliseconds