From 6838bb9a0f00b16cef61e197a66df03425ff8c39 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 2 Jan 2019 21:47:42 +0100 Subject: sys/linux: add /dev/ppp descriptions --- sys/linux/socket_pppox_386.const | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/linux/socket_pppox_386.const') diff --git a/sys/linux/socket_pppox_386.const b/sys/linux/socket_pppox_386.const index bbc23ec07..702908632 100644 --- a/sys/linux/socket_pppox_386.const +++ b/sys/linux/socket_pppox_386.const @@ -35,6 +35,10 @@ 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 -- cgit mrf-deployment