Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dppp-ioctl.h29 #define SC_MULTILINK 0x00000400 /* do multilink encapsulation */ macro
/linux-3.4.99/Documentation/networking/
Dppp_generic.txt339 SC_MULTILINK enable PPP multilink fragmentation on
346 that the values of the SC_MULTILINK, SC_MP_SHORTSEQ and
/linux-3.4.99/drivers/net/ppp/
Dppp_generic.c149 |SC_MULTILINK|SC_MP_SHORTSEQ|SC_MP_XSHORTSEQ \
1262 if ((ppp->flags & SC_MULTILINK) == 0) { in ppp_push()