Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_mppc.c128 #define MPPC_FLAG_COMPRESSED 0x2000 /* packet is compresed */ macro
550 header |= MPPC_FLAG_COMPRESSED; in ng_mppc_compress()
749 if ((header & MPPC_FLAG_COMPRESSED) != 0 in ng_mppc_decompress()
760 if ((header & MPPC_FLAG_COMPRESSED) != 0) { in ng_mppc_decompress()