Home
last modified time | relevance | path

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

/NextBSD/sys/netgraph/
HDng_mppc.c493 if (d->flushed || ((d->cfg.bits & MPPE_STATELESS) != 0)) { in ng_mppc_compress()
538 if ((d->cfg.bits & MPPE_STATELESS) == 0) in ng_mppc_compress()
589 if ((d->cfg.bits & MPPE_STATELESS) != 0 in ng_mppc_compress()
662 rekey = ((d->cfg.bits & MPPE_STATELESS) != 0) ? in ng_mppc_decompress()
685 if ((d->cfg.bits & MPPE_STATELESS) != 0 in ng_mppc_decompress()
695 if ((d->cfg.bits & MPPE_STATELESS) == 0) in ng_mppc_decompress()
722 if ((d->cfg.bits & MPPE_STATELESS) != 0 in ng_mppc_decompress()
853 if ((d->cfg.bits & MPPE_STATELESS) == 0) in ng_mppc_reset_req()
HDng_mppc.h67 #define MPPE_STATELESS 0x01000000 /* use stateless mode */ macro
/NextBSD/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()