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

/freebsd-10.0-release/sys/netgraph/
H A Dng_mppc.c113 #define MPPC_FLAG_COMPRESSED 0x2000 /* packet is compresed */ macro
535 header |= MPPC_FLAG_COMPRESSED;
724 if ((header & MPPC_FLAG_COMPRESSED) != 0
735 if ((header & MPPC_FLAG_COMPRESSED) != 0) {

Completed in 108 milliseconds