Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_mppc.c126 #define MPPC_FLAG_FLUSHED 0x8000 /* xmitter reset state */ macro
494 header |= MPPC_FLAG_FLUSHED; in ng_mppc_compress()
593 } else if ((header & MPPC_FLAG_FLUSHED) != 0) { in ng_mppc_compress()
652 if ((header & MPPC_FLAG_FLUSHED) != 0) { in ng_mppc_decompress()