mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
socket/SOL: sync the SOL index with linux
Change-Id: I32b9eb7cc3bc1428f0ff7bf5e60d7fff52621db2 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -61,6 +61,10 @@
|
||||
#define CAN_J1939 7 /* SAE J1939 */
|
||||
#define CAN_NPROTO 8
|
||||
|
||||
#define SOL_CAN_BASE 100
|
||||
|
||||
#define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW)
|
||||
|
||||
/* CAN_RAW socket options */
|
||||
|
||||
#define CAN_RAW_FILTER (__SO_PROTOCOL + 0)
|
||||
|
||||
Reference in New Issue
Block a user