diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-01-02 21:47:42 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-04 15:56:18 +0100 |
| commit | 6838bb9a0f00b16cef61e197a66df03425ff8c39 (patch) | |
| tree | b6cf34f493c72c6427a2045848b24466739c37bc /sys/linux/socket_pppox_ppc64le.const | |
| parent | 0127e3baa7b78ca59d4b1ebb3482a270c6c1c2af (diff) | |
sys/linux: add /dev/ppp descriptions
Diffstat (limited to 'sys/linux/socket_pppox_ppc64le.const')
| -rw-r--r-- | sys/linux/socket_pppox_ppc64le.const | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/socket_pppox_ppc64le.const b/sys/linux/socket_pppox_ppc64le.const index e8ad720c2..e9478135b 100644 --- a/sys/linux/socket_pppox_ppc64le.const +++ b/sys/linux/socket_pppox_ppc64le.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 |
