Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph/mppc/
H A Dng_mppc.c98 #define MPPC_FLAG_FLUSHED 0x8000 /* xmitter reset state */ macro
474 header |= MPPC_FLAG_FLUSHED; in ng_mppc_compress()
537 header |= MPPC_FLAG_FLUSHED; in ng_mppc_compress()
545 if ((header & MPPC_FLAG_FLUSHED) != 0) in ng_mppc_compress()
605 if ((header & MPPC_FLAG_FLUSHED) != 0) { in ng_mppc_decompress()
/dragonfly/sys/netgraph7/mppc/
H A Dng_mppc.c110 #define MPPC_FLAG_FLUSHED 0x8000 /* xmitter reset state */ macro
478 header |= MPPC_FLAG_FLUSHED; in ng_mppc_compress()
559 } else if ((header & MPPC_FLAG_FLUSHED) != 0) { in ng_mppc_compress()
619 if ((header & MPPC_FLAG_FLUSHED) != 0) { in ng_mppc_decompress()