Searched refs:SC_COMP_TCP (Results 1 – 3 of 3) sorted by relevance
53 #define SC_COMP_TCP 0x00000004 /* TCP (VJ) compression (output) */ macro
22 #define SC_COMP_TCP 0x00000004 /* TCP (VJ) compression (output) */ macro
2257 x = (vjcomp? SC_COMP_TCP: 0) | (cidcomp? 0: SC_NO_TCP_CCID); in sifvjcomp()2258 modify_flags(ppp_dev_fd, SC_COMP_TCP|SC_NO_TCP_CCID, x); in sifvjcomp()