aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_can_amd64.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-01-13 12:41:16 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-01-13 12:52:09 +0100
commitc9e7aeaef64e4e16a32baac1c66d772afbaf8ed0 (patch)
tree98e0b37d8039c747d5f4ba76e7a3eeebb7852122 /sys/linux/socket_can_amd64.const
parent1768ee71e60b25df36ca190b63f286c63613f686 (diff)
sys/linux: add AF_CAN descriptions
Diffstat (limited to 'sys/linux/socket_can_amd64.const')
-rw-r--r--sys/linux/socket_can_amd64.const36
1 files changed, 36 insertions, 0 deletions
diff --git a/sys/linux/socket_can_amd64.const b/sys/linux/socket_can_amd64.const
new file mode 100644
index 000000000..5dae0182e
--- /dev/null
+++ b/sys/linux/socket_can_amd64.const
@@ -0,0 +1,36 @@
+# AUTOGENERATED FILE
+AF_CAN = 29
+CANFD_BRS = 1
+CANFD_ESI = 2
+CANFD_MAX_DLEN = 64
+CAN_BCM = 2
+CAN_FD_FRAME = 2048
+CAN_MAX_DLEN = 8
+CAN_RAW = 1
+IFNAMSIZ = 16
+RX_ANNOUNCE_RESUME = 256
+RX_CHECK_DLC = 64
+RX_DELETE = 6
+RX_FILTER_ID = 32
+RX_NO_AUTOTIMER = 128
+RX_READ = 7
+RX_RTR_FRAME = 1024
+RX_SETUP = 5
+SETTIMER = 1
+SIOCGIFINDEX = 35123
+SOCK_DGRAM = 2
+SOCK_RAW = 3
+STARTTIMER = 2
+TX_ANNOUNCE = 8
+TX_COUNTEVT = 4
+TX_CP_CAN_ID = 16
+TX_DELETE = 2
+TX_READ = 3
+TX_RESET_MULTI_IDX = 512
+TX_SEND = 4
+TX_SETUP = 1
+__NR_bind = 49
+__NR_connect = 42
+__NR_ioctl = 16
+__NR_sendmsg = 46
+__NR_socket = 41