Searched refs:SC_NO_TCP_CCID (Results 1 – 9 of 9) sorted by relevance
37 SC_NO_TCP_CCID = 8
130 ppp_flags = SC_COMP_PROT, SC_COMP_AC, SC_COMP_TCP, SC_NO_TCP_CCID, SC_REJ_COMP_AC, SC_REJ_COMP_TCP,…
54 #define SC_NO_TCP_CCID 0x00000008 /* disable VJ connection-id comp. */ macro
24 #define SC_NO_TCP_CCID 0x00000008 /* disable VJ connection-id comp. */ 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()