Lines Matching defs:flags
225 int flags;
231 /* Values for flags */
325 if ((pkt->flags & CCP_ISUP)
326 && (pkt->flags & CCP_DECOMP_RUN)
328 && (pkt->flags & CCP_ERR) == 0) {
343 pkt->flags |= CCP_ERROR;
347 pkt->flags |= CCP_FATALERROR;
352 && (pkt->flags & CCP_DECOMP_RUN)) {
444 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
458 cp->flags |= CCP_ISUP;
462 cp->flags = (cp->flags & ~CCP_ERR) | CCP_DECOMP_RUN;
470 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
474 if (cp->flags & CCP_ISUP) {
475 if (cp->state && (cp->flags & CCP_DECOMP_RUN)) {
477 cp->flags &= ~CCP_ERROR;