diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-08-10 07:51:02 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-13 17:22:16 +0200 |
| commit | 54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 (patch) | |
| tree | 579d43acff11758d7f5e61935e0408ad9fbcaf04 /sys/linux/socket_pppox_arm.const | |
| parent | b6de93e603915b57a1eccadc8bd530efd00d28f2 (diff) | |
sys/linux: switch to the new .const format
This reduces number of const files/lines from 1288/96599 to 158/11603.
Const files are generated on next-20200813.
Update #1983
Diffstat (limited to 'sys/linux/socket_pppox_arm.const')
| -rw-r--r-- | sys/linux/socket_pppox_arm.const | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/sys/linux/socket_pppox_arm.const b/sys/linux/socket_pppox_arm.const deleted file mode 100644 index 8ae44f8a5..000000000 --- a/sys/linux/socket_pppox_arm.const +++ /dev/null @@ -1,54 +0,0 @@ -# AUTOGENERATED FILE -AF_PPPOX = 24 -PPPIOCGCHAN = 2147775543 -PPPIOCGFLAGS = 2147775578 -PPPIOCGL2TPSTATS = 2152231990 -PPPIOCGMRU = 2147775571 -PPPIOCSFLAGS = 1074033753 -PPPIOCSMRU = 1074033746 -PPPOEIOCDFWD = 45313 -PPPOEIOCSFWD = 1074049280 -PPPOL2TP_SO_DEBUG = 1 -PPPOL2TP_SO_LNSMODE = 4 -PPPOL2TP_SO_RECVSEQ = 2 -PPPOL2TP_SO_REORDERTO = 5 -PPPOL2TP_SO_SENDSEQ = 3 -PX_PROTO_OE = 0 -PX_PROTO_OL2TP = 1 -PX_PROTO_PPTP = 2 -SC_CCP_OPEN = 64 -SC_CCP_UP = 128 -SC_COMP_AC = 2 -SC_COMP_PROT = 1 -SC_COMP_RUN = 4096 -SC_COMP_TCP = 4 -SC_DEBUG = 65536 -SC_DECOMP_RUN = 8192 -SC_ENABLE_IP = 256 -SC_LOG_FLUSH = 1048576 -SC_LOG_INPKT = 131072 -SC_LOG_OUTPKT = 262144 -SC_LOG_RAWIN = 524288 -SC_LOOP_TRAFFIC = 512 -SC_MP_SHORTSEQ = 2048 -SC_MP_XSHORTSEQ = 16384 -SC_MULTILINK = 1024 -SC_MUST_COMP = 4194304 -SC_NO_TCP_CCID = 8 -SC_RCV_B7_0 = 16777216 -SC_RCV_B7_1 = 33554432 -SC_RCV_EVNP = 67108864 -SC_RCV_ODDP = 134217728 -SC_REJ_COMP_AC = 16 -SC_REJ_COMP_TCP = 32 -SC_SYNC = 2097152 -SIOCGIFMTU = 35105 -SIOCSIFMTU = 35106 -SOCKADDR_PPPOX_SIZE = 30 -SOCK_STREAM = 1 -SOL_PPPOL2TP = 273 -__NR_bind = 282 -__NR_connect = 283 -__NR_ioctl = 54 -__NR_setsockopt = 294 -__NR_socket = 281 |
