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

/freebsd-11-stable/sys/netgraph/
H A Dng_mppc.h67 #define MPPE_STATELESS 0x01000000 /* use stateless mode */ macro
H A Dng_mppc.c492 if (d->flushed || ((d->cfg.bits & MPPE_STATELESS) != 0)) {
537 if ((d->cfg.bits & MPPE_STATELESS) == 0)
588 if ((d->cfg.bits & MPPE_STATELESS) != 0
661 rekey = ((d->cfg.bits & MPPE_STATELESS) != 0) ?
684 if ((d->cfg.bits & MPPE_STATELESS) != 0
694 if ((d->cfg.bits & MPPE_STATELESS) == 0)
721 if ((d->cfg.bits & MPPE_STATELESS) != 0
852 if ((d->cfg.bits & MPPE_STATELESS) == 0)
/freebsd-11-stable/usr.sbin/ppp/
H A Dccp.h62 MPPE_STATELESS, enumerator in enum:mppe_negstate
H A Dmppe.c479 val = cfg->mppe.state == MPPE_STATELESS ? MPPE_OPT_STATELESS : 0;
607 if (cfg->mppe.state == MPPE_STATELESS)
H A Dccp.c212 case MPPE_STATELESS:
H A Dcommand.c1808 l->ccp.cfg.mppe.state = MPPE_STATELESS;

Completed in 132 milliseconds