Searched refs:CCP_DECOMP_RUN (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/net/
H A Dpppio.h99 #define CCP_DECOMP_RUN 0x2000 /* (status) seen CCP ack rcvd */ macro
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c236 #define CCP_DECOMP_RUN 8 macro
326 && (pkt->flags & CCP_DECOMP_RUN)
352 && (pkt->flags & CCP_DECOMP_RUN)) {
444 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
462 cp->flags = (cp->flags & ~CCP_ERR) | CCP_DECOMP_RUN;
470 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
475 if (cp->state && (cp->flags & CCP_DECOMP_RUN)) {
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h179 * CCP_DECOMP_RUN 0x00002000 (status) seen CCP ack rcvd
213 ((x)->cp_flags & CCP_DECOMP_RUN)
H A Dspppcomp.c728 ~CCP_DECOMP_RUN;
840 ~CCP_DECOMP_RUN;
1177 if ((!(cp->cp_flags & (CCP_DECOMP_RUN | DECOMP_VJC)) ||
1421 } else if ((cp->cp_flags & (CCP_ISUP | CCP_DECOMP_RUN | CCP_ERR)) ==
1422 (CCP_ISUP | CCP_DECOMP_RUN) && cp->cp_rstate != NULL) {
1678 cp->cp_flags |= CCP_DECOMP_RUN;

Completed in 153 milliseconds