Searched refs:SC_COMP_PROT (Results 1 – 3 of 3) sorted by relevance
51 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ macro
20 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ macro
1209 x = (pcomp? SC_COMP_PROT: 0) | (accomp? SC_COMP_AC: 0) in tty_send_config()1211 modify_flags(ppp_fd, SC_COMP_PROT|SC_COMP_AC|SC_SYNC, x); in tty_send_config()