Home
last modified time | relevance | path

Searched refs:MPPE_STATELESS (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/netgraph/
HDng_mppc.c492 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()
HDng_mppc.h66 #define MPPE_STATELESS 0x01000000 /* use stateless mode */ macro
/freebsd-14-stable/usr.sbin/ppp/
HDccp.h60 MPPE_STATELESS, enumerator
HDmppe.c477 val = cfg->mppe.state == MPPE_STATELESS ? MPPE_OPT_STATELESS : 0; in MPPE_ConfigVal()
605 if (cfg->mppe.state == MPPE_STATELESS) in MPPESetOptsInput()
HDccp.c210 case MPPE_STATELESS: in ccp_ReportStatus()
HDcommand.c1806 l->ccp.cfg.mppe.state = MPPE_STATELESS; in SetVariable()