Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h96 #define CCP_COMP_RUN 0x1000 /* (status) seen CCP ack sent */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h209 ((x)->cp_flags & CCP_COMP_RUN)
H A Dspppcomp.c325 ((cp->cp_flags & (COMP_VJC|CCP_COMP_RUN)) && in spppcomp_wput()
730 cp->cp_flags &= ~CCP_ISUP & ~CCP_COMP_RUN & in spppcomp_inner_ioctl()
822 ~CCP_COMP_RUN; in spppcomp_inner_ioctl()
1672 cp->cp_flags |= CCP_COMP_RUN; in comp_ccp()