Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_mppc.h66 #define MPPE_BITS 0x000000e0 /* mppe encryption bits */ macro
/f-stack/freebsd/netgraph/
H A Dng_mppc.h66 #define MPPE_BITS 0x000000e0 /* mppe encryption bits */ macro
H A Dng_mppc.c292 if ((cfg->bits & MPPE_BITS) != 0) in ng_mppc_rcvmsg()
329 if ((cfg->bits & MPPE_BITS) != 0) { in ng_mppc_rcvmsg()
582 if ((d->cfg.bits & MPPE_BITS) != 0) { in ng_mppc_compress()
658 if ((d->cfg.bits & MPPE_BITS) != 0) { in ng_mppc_decompress()
714 if ((d->cfg.bits & MPPE_BITS) == 0) { in ng_mppc_decompress()
738 if ((d->cfg.bits & MPPE_BITS) != 0) { in ng_mppc_decompress()