Home
last modified time | relevance | path

Searched refs:SC_CCP_OPEN (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
A Dppp-ioctl.h27 #define SC_CCP_OPEN 0x00000040 /* Look at CCP packets */ macro
/linux/drivers/net/ppp/
A Dppp_generic.c160 #define SC_FLAG_BITS (SC_NO_TCP_CCID|SC_CCP_OPEN|SC_CCP_UP|SC_LOOP_TRAFFIC \
808 if (cflags & SC_CCP_OPEN) in ppp_ioctl()
3116 if ((ppp->flags & (SC_CCP_OPEN | SC_CCP_UP)) != SC_CCP_OPEN) in ppp_ccp_peek()
3169 ppp->flags &= ~(SC_CCP_OPEN | SC_CCP_UP); in ppp_ccp_closed()
/linux/Documentation/networking/
A Dppp_generic.rst351 SC_CCP_OPEN Compression Control Protocol (CCP) is

Completed in 9 milliseconds