Searched refs:SC_NO_TCP_CCID (Results 1 – 3 of 3) sorted by relevance
57 #define SC_NO_TCP_CCID 0x00000008 /* disable VJ connection-id comp. */ macro
1180 !(sc->sc_flags & SC_NO_TCP_CCID)); in ppp_dequeue()
1401 x = cidcomp? x & ~SC_NO_TCP_CCID: x | SC_NO_TCP_CCID; in sifvjcomp()