Searched refs:SC_CCP_UP (Results 1 – 9 of 9) sorted by relevance
20 SC_CCP_UP = 128
130 …COMP_TCP, SC_NO_TCP_CCID, SC_REJ_COMP_AC, SC_REJ_COMP_TCP, SC_CCP_OPEN, SC_CCP_UP, SC_ENABLE_IP, S…
58 #define SC_CCP_UP 0x00000080 /* May send/recv compressed packets */ macro
28 #define SC_CCP_UP 0x00000080 /* May send/recv compressed packets */ macro
1324 x = (isopen? SC_CCP_OPEN: 0) | (isup? SC_CCP_UP: 0); in ccp_flags_set()1326 modify_flags(ppp_dev_fd, SC_CCP_OPEN|SC_CCP_UP, x); in ccp_flags_set()