Searched refs:SC_CCP_OPEN (Results 1 – 9 of 9) sorted by relevance
19 SC_CCP_OPEN = 64
130 …COMP_AC, SC_COMP_TCP, SC_NO_TCP_CCID, SC_REJ_COMP_AC, SC_REJ_COMP_TCP, SC_CCP_OPEN, SC_CCP_UP, SC_…
57 #define SC_CCP_OPEN 0x00000040 /* Look at CCP packets */ macro
27 #define SC_CCP_OPEN 0x00000040 /* Look at CCP 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()