Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net/
Dif_spppsubr.c215 #define CP_NCP 0x04 /* this is a NCP */ macro
406 CP_NCP,
420 CP_NCP,
2711 if (((cps[i])->flags & CP_NCP) && in sppp_lcp_tlu()
2847 if ((sp->lcp.protos & mask) && (cps[i])->flags & CP_NCP) in sppp_ncp_check()
5289 if ((cps[i])->flags & CP_NCP) in sppp_phase_network()
5294 if ((sp->lcp.protos & mask) && ((cps[i])->flags & CP_NCP)) in sppp_phase_network()