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

/opensolaris-onvv-gate/usr/src/uts/common/net/
H A Dpppio.h98 #define CCP_COMP_RUN 0x1000 /* (status) seen CCP ack sent */ macro
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h178 * CCP_COMP_RUN 0x00001000 (status) seen CCP ack sent
211 ((x)->cp_flags & CCP_COMP_RUN)
H A Dspppcomp.c324 ((cp->cp_flags & (COMP_VJC|CCP_COMP_RUN)) &&
727 cp->cp_flags &= ~CCP_ISUP & ~CCP_COMP_RUN &
819 ~CCP_COMP_RUN;
1667 cp->cp_flags |= CCP_COMP_RUN;

Completed in 95 milliseconds