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

/freebsd-12-stable/sys/netgraph/
H A Dng_mppc.c127 #define MPPC_FLAG_COMPRESSED 0x2000 /* packet is compresed */ macro
549 header |= MPPC_FLAG_COMPRESSED;
749 if ((header & MPPC_FLAG_COMPRESSED) != 0
760 if ((header & MPPC_FLAG_COMPRESSED) != 0) {

Completed in 99 milliseconds