Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/net/
H A Dpppio.h98 #define CCP_COMP_RUN 0x1000 /* (status) seen CCP ack sent */ macro
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h211 ((x)->cp_flags & CCP_COMP_RUN)
H A Dspppcomp.c324 ((cp->cp_flags & (COMP_VJC|CCP_COMP_RUN)) && in spppcomp_wput()
727 cp->cp_flags &= ~CCP_ISUP & ~CCP_COMP_RUN & in spppcomp_inner_ioctl()
819 ~CCP_COMP_RUN; in spppcomp_inner_ioctl()
1667 cp->cp_flags |= CCP_COMP_RUN; in comp_ccp()