Searched refs:SC_DC_FERROR (Results 1 – 3 of 3) sorted by relevance
85 #define SC_DC_FERROR 0x00008000 /* fatal decomp error detected */ macro
1107 ~(SC_DC_ERROR | SC_DC_FERROR); in ppp_ccp()1213 !(sc->sc_flags & SC_DC_FERROR)) { in ppp_inproc()1244 sc->sc_flags |= SC_DC_FERROR; in ppp_inproc()
826 return x & SC_DC_FERROR; in ccp_fatal_error()