Searched refs:SC_MP_XSHORTSEQ (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_ppp.h89 #define SC_MP_XSHORTSEQ 0x00004000 /* transmit short MP seq numbers */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_ppp.h68 #define SC_MP_XSHORTSEQ 0x00004000 /* transmit short MP seq numbers */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dif_ppp.h66 #define SC_MP_XSHORTSEQ 0x00004000 /* transmit short MP seq numbers */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c147 * SC_MULTILINK, SC_MP_SHORTSEQ, SC_MP_XSHORTSEQ, SC_COMP_TCP, SC_REJ_COMP_TCP,
153 |SC_MULTILINK|SC_MP_SHORTSEQ|SC_MP_XSHORTSEQ \
1576 hdrlen = (ppp->flags & SC_MP_XSHORTSEQ)? MPHDRLEN_SSN: MPHDRLEN;
1735 if (ppp->flags & SC_MP_XSHORTSEQ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c655 modify_flags(ppp_dev_fd, SC_MP_SHORTSEQ|SC_MP_XSHORTSEQ|SC_MULTILINK,
656 ((rssn? SC_MP_SHORTSEQ: 0) | (tssn? SC_MP_XSHORTSEQ: 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c602 flags &= ~(SC_MP_SHORTSEQ | SC_MP_XSHORTSEQ);
603 flags |= (rssn? SC_MP_SHORTSEQ: 0) | (tssn? SC_MP_XSHORTSEQ: 0)

Completed in 127 milliseconds