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

/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h184 #define CCP_ERR (CCP_ERROR | CCP_FATALERROR) macro
H A Dspppcomp.c1421 } else if ((cp->cp_flags & (CCP_ISUP | CCP_DECOMP_RUN | CCP_ERR)) ==
1677 cp->cp_flags &= ~CCP_ERR;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c235 #define CCP_ERR (CCP_ERROR | CCP_FATALERROR) macro
328 && (pkt->flags & CCP_ERR) == 0) {
462 cp->flags = (cp->flags & ~CCP_ERR) | CCP_DECOMP_RUN;

Completed in 154 milliseconds