Searched refs:MPPE_STATELESS (Results 1 – 6 of 6) sorted by relevance
492 if (d->flushed || ((d->cfg.bits & MPPE_STATELESS) != 0)) { in ng_mppc_compress()537 if ((d->cfg.bits & MPPE_STATELESS) == 0) in ng_mppc_compress()588 if ((d->cfg.bits & MPPE_STATELESS) != 0 in ng_mppc_compress()661 rekey = ((d->cfg.bits & MPPE_STATELESS) != 0) ? in ng_mppc_decompress()684 if ((d->cfg.bits & MPPE_STATELESS) != 0 in ng_mppc_decompress()694 if ((d->cfg.bits & MPPE_STATELESS) == 0) in ng_mppc_decompress()721 if ((d->cfg.bits & MPPE_STATELESS) != 0 in ng_mppc_decompress()851 if ((d->cfg.bits & MPPE_STATELESS) == 0) in ng_mppc_reset_req()
66 #define MPPE_STATELESS 0x01000000 /* use stateless mode */ macro
60 MPPE_STATELESS, enumerator
477 val = cfg->mppe.state == MPPE_STATELESS ? MPPE_OPT_STATELESS : 0; in MPPE_ConfigVal()605 if (cfg->mppe.state == MPPE_STATELESS) in MPPESetOptsInput()
210 case MPPE_STATELESS: in ccp_ReportStatus()
1810 l->ccp.cfg.mppe.state = MPPE_STATELESS; in SetVariable()