Searched refs:MPPC_FLAG_COMPRESSED (Results 1 – 1 of 1) sorted by relevance
127 #define MPPC_FLAG_COMPRESSED 0x2000 /* packet is compresed */ macro549 header |= MPPC_FLAG_COMPRESSED; in ng_mppc_compress()748 if ((header & MPPC_FLAG_COMPRESSED) != 0 in ng_mppc_decompress()759 if ((header & MPPC_FLAG_COMPRESSED) != 0) { in ng_mppc_decompress()