diff options
| author | Yu Hao <yhao016@ucr.edu> | 2022-09-26 11:35:05 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-09-28 16:31:28 +0200 |
| commit | b485720cba89f4f8a0e542a8c350a21b981d1af9 (patch) | |
| tree | 69f88ac8f7af5616605e38949927ffa19eaa68cd /sys/linux/dev_ppp.txt.const | |
| parent | 8bcc326376d1f528a2fb2869c95f32849a50840e (diff) | |
sys/linux: fix errors
Diffstat (limited to 'sys/linux/dev_ppp.txt.const')
| -rw-r--r-- | sys/linux/dev_ppp.txt.const | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/linux/dev_ppp.txt.const b/sys/linux/dev_ppp.txt.const index fe5cd9b9f..41680d12e 100644 --- a/sys/linux/dev_ppp.txt.const +++ b/sys/linux/dev_ppp.txt.const @@ -7,11 +7,14 @@ NPMODE_PASS = 0 NPMODE_QUEUE = 3 PPPIOCATTACH = 1074033725, mips64le:ppc64le:2147775549 PPPIOCATTCHAN = 1074033720, mips64le:ppc64le:2147775544 +PPPIOCBRIDGECHAN = 1074033717, mips64le:ppc64le:2147775541 PPPIOCCONNECT = 1074033722, mips64le:ppc64le:2147775546 PPPIOCDISCONN = 29753, mips64le:ppc64le:536900665 PPPIOCGDEBUG = 2147775553, mips64le:ppc64le:1074033729 PPPIOCGFLAGS = 2147775578, mips64le:ppc64le:1074033754 PPPIOCGIDLE = 2148561983, 386:arm:2148037695, mips64le:ppc64le:1074820159 +PPPIOCGIDLE32 = 2148037695, mips64le:ppc64le:1074295871 +PPPIOCGIDLE64 = 2148561983, mips64le:ppc64le:1074820159 PPPIOCGNPMODE = 3221779532 PPPIOCGUNIT = 2147775574, mips64le:ppc64le:1074033750 PPPIOCNEWUNIT = 3221517374 @@ -24,6 +27,7 @@ PPPIOCSMRRU = 1074033723, mips64le:ppc64le:2147775547 PPPIOCSMRU = 1074033746, mips64le:ppc64le:2147775570 PPPIOCSNPMODE = 1074295883, mips64le:ppc64le:2148037707 PPPIOCSPASS = 1074820167, 386:arm:1074295879, mips64le:ppc64le:2148561991 +PPPIOCUNBRIDGECHAN = 29748, mips64le:ppc64le:536900660 PPP_AT = 41 PPP_ATCP = 32809 PPP_CBCP = 49193 |
