Searched defs:CCP_DECOMP_RUN (Results 1 - 2 of 2) sorted by relevance

/illumos-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)) {
/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h99 #define CCP_DECOMP_RUN 0x2000 /* (status) seen CCP ack rcvd */ macro

Completed in 58 milliseconds