mirror of
https://github.com/rwinkhart/sys.git
synced 2026-08-29 21:36:43 -04:00
unix: add constants for raw CAN sockets
Fixes golang/go#41091 Change-Id: Icae9ad639599474144b286510f744f4a283aba06 GitHub-Last-Rev: 541bdb97bb22a8179534244dbc2f75a91ef6bab4 GitHub-Pull-Request: golang/sys#83 Reviewed-on: https://go-review.googlesource.com/c/sys/+/251357 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Matt Layher <mdlayher@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
committed by
Matt Layher
parent
131dc92a58
commit
8dfe04af21
@@ -2043,6 +2043,7 @@ const (
|
||||
SOL_ATM = 0x108
|
||||
SOL_CAIF = 0x116
|
||||
SOL_CAN_BASE = 0x64
|
||||
SOL_CAN_RAW = 0x65
|
||||
SOL_DCCP = 0x10d
|
||||
SOL_DECNET = 0x105
|
||||
SOL_ICMPV6 = 0x3a
|
||||
|
||||
Reference in New Issue
Block a user