Home
last modified time | relevance | path

Searched refs:SC_MP_XSHORTSEQ (Results 1 – 8 of 8) sorted by relevance

/external/syzkaller/sys/linux/
Dsocket_pppox_ppc64le.const34 SC_MP_XSHORTSEQ = 16384
Dsocket_pppox_arm64.const34 SC_MP_XSHORTSEQ = 16384
Dsocket_pppox_amd64.const34 SC_MP_XSHORTSEQ = 16384
Dsocket_pppox_arm.const34 SC_MP_XSHORTSEQ = 16384
Dsocket_pppox_386.const34 SC_MP_XSHORTSEQ = 16384
Dsocket_pppox.txt130 …P_TRAFFIC, SC_MULTILINK, SC_MP_SHORTSEQ, SC_COMP_RUN, SC_DECOMP_RUN, SC_MP_XSHORTSEQ, SC_DEBUG, SC…
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h35 #define SC_MP_XSHORTSEQ 0x00004000 /* transmit short MP seq numbers */ macro
/external/ppp/pppd/
Dsys-linux.c664 modify_flags(ppp_dev_fd, SC_MP_SHORTSEQ|SC_MP_XSHORTSEQ|SC_MULTILINK, in cfg_bundle()
665 ((rssn? SC_MP_SHORTSEQ: 0) | (tssn? SC_MP_XSHORTSEQ: 0) in cfg_bundle()