Searched refs:MPPE_BITS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netgraph/
H A Dng_mppc.h66 #define MPPE_BITS 0x000000e0 /* mppe encryption bits */ macro
H A Dng_mppc.c291 if ((cfg->bits & MPPE_BITS) != 0)
328 if ((cfg->bits & MPPE_BITS) != 0) {
581 if ((d->cfg.bits & MPPE_BITS) != 0) {
657 if ((d->cfg.bits & MPPE_BITS) != 0) {
713 if ((d->cfg.bits & MPPE_BITS) == 0) {
738 if ((d->cfg.bits & MPPE_BITS) != 0) {

Completed in 96 milliseconds