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

/opensolaris-onvv-gate/usr/src/uts/common/net/
H A Dpppio.h95 #define CCP_ISUP 0x200 /* do packet comp/decomp */ macro
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c232 #define CCP_ISUP 1 macro
325 if ((pkt->flags & CCP_ISUP)
444 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
458 cp->flags |= CCP_ISUP;
470 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
474 if (cp->flags & CCP_ISUP) {
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h175 * CCP_ISUP 0x00000200 do packet comp/decomp
205 ((x)->cp_flags & CCP_ISUP)
H A Dspppcomp.c727 cp->cp_flags &= ~CCP_ISUP & ~CCP_COMP_RUN &
818 cp->cp_flags &= ~CCP_ISUP &
839 cp->cp_flags &= ~CCP_ISUP &
1421 } else if ((cp->cp_flags & (CCP_ISUP | CCP_DECOMP_RUN | CCP_ERR)) ==
1422 (CCP_ISUP | CCP_DECOMP_RUN) && cp->cp_rstate != NULL) {
1651 cp->cp_flags &= ~CCP_ISUP;
1654 if ((cp->cp_flags & (CCP_ISOPEN | CCP_ISUP)) == CCP_ISOPEN &&
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2159 cf[0] = (isopen ? CCP_ISOPEN : 0) + (isup ? CCP_ISUP : 0);
2160 cf[1] = CCP_ISOPEN | CCP_ISUP | CCP_ERROR | CCP_FATALERROR;

Completed in 114 milliseconds