Searched refs:SC_NO_TCP_CCID (Results 1 - 3 of 3) sorted by relevance

/external/ppp/pppd/include/net/
H A Dif_ppp.h54 #define SC_NO_TCP_CCID 0x00000008 /* disable VJ connection-id comp. */ macro
/external/kernel-headers/original/uapi/linux/
H A Dppp-ioctl.h23 #define SC_NO_TCP_CCID 0x00000008 /* disable VJ connection-id comp. */ macro
/external/ppp/pppd/
H A Dsys-linux.c2232 x = (vjcomp? SC_COMP_TCP: 0) | (cidcomp? 0: SC_NO_TCP_CCID);
2233 modify_flags(ppp_dev_fd, SC_COMP_TCP|SC_NO_TCP_CCID, x);

Completed in 99 milliseconds