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

/netbsd-6-1-5-RELEASE/dist/pppd/pppdump/
H A Dpppdump.c267 #define CCP_DECOMP_RUN 8 macro
356 && (pkt->flags & CCP_DECOMP_RUN)
389 && (pkt->flags & CCP_DECOMP_RUN)) {
472 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
490 cp->flags = (cp->flags & ~CCP_ERR) | CCP_DECOMP_RUN;
498 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
503 if (cp->state && (cp->flags & CCP_DECOMP_RUN)) {

Completed in 103 milliseconds