Home
last modified time | relevance | path

Searched refs:SC_COMP_PROT (Results 1 – 9 of 9) sorted by relevance

/external/syzkaller/sys/linux/
Dsocket_pppox_ppc64le.const22 SC_COMP_PROT = 1
Dsocket_pppox_arm64.const22 SC_COMP_PROT = 1
Dsocket_pppox_amd64.const22 SC_COMP_PROT = 1
Dsocket_pppox_arm.const22 SC_COMP_PROT = 1
Dsocket_pppox_386.const22 SC_COMP_PROT = 1
Dsocket_pppox.txt130 ppp_flags = SC_COMP_PROT, SC_COMP_AC, SC_COMP_TCP, SC_NO_TCP_CCID, SC_REJ_COMP_AC, SC_REJ_COMP_TCP,…
/external/ppp/pppd/include/net/
Dif_ppp.h51 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ macro
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h21 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ macro
/external/ppp/pppd/
Dsys-linux.c1242 x = (pcomp? SC_COMP_PROT: 0) | (accomp? SC_COMP_AC: 0) in tty_send_config()
1244 modify_flags(ppp_fd, SC_COMP_PROT|SC_COMP_AC|SC_SYNC, x); in tty_send_config()