Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_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()
852 if ((d->cfg.bits & MPPE_STATELESS) == 0) in ng_mppc_reset_req()
H A Dng_mppc.h67 #define MPPE_STATELESS 0x01000000 /* use stateless mode */ macro
/f-stack/tools/compat/include/netgraph/
H A Dng_mppc.h67 #define MPPE_STATELESS 0x01000000 /* use stateless mode */ macro