Searched refs:SC_NO_TCP_CCID (Results 1 – 2 of 2) sorted by relevance
54 #define SC_NO_TCP_CCID 0x00000008 /* disable VJ connection-id comp. */ macro
2231 x = (vjcomp? SC_COMP_TCP: 0) | (cidcomp? 0: SC_NO_TCP_CCID); in sifvjcomp()2232 modify_flags(ppp_dev_fd, SC_COMP_TCP|SC_NO_TCP_CCID, x); in sifvjcomp()