Home
last modified time | relevance | path

Searched refs:CAN_ERR_FLAG (Results 1 – 16 of 16) sorted by relevance

/external/iproute2/include/uapi/linux/
Dcan.h57 #define CAN_ERR_FLAG 0x20000000U /* error message frame */ macro
/external/kernel-headers/original/uapi/linux/
Dcan.h57 #define CAN_ERR_FLAG 0x20000000U /* error message frame */ macro
/external/ltp/testcases/network/can/filter-tests/
Dcan_filter.c219 CAN_ERR_FLAG)) >> 28); in main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go234 CAN_ERR_FLAG = 0x20000000 const
Dzerrors_linux_mipsle.go249 CAN_ERR_FLAG = 0x20000000 const
Dzerrors_linux_s390x.go249 CAN_ERR_FLAG = 0x20000000 const
Dzerrors_linux_arm.go249 CAN_ERR_FLAG = 0x20000000 const
Dzerrors_linux_ppc64le.go249 CAN_ERR_FLAG = 0x20000000 const
Dzerrors_linux_mips64.go249 CAN_ERR_FLAG = 0x20000000 const
Dzerrors_linux_ppc64.go249 CAN_ERR_FLAG = 0x20000000 const
Dzerrors_linux_amd64.go249 CAN_ERR_FLAG = 0x20000000 const
Dzerrors_linux_mips64le.go249 CAN_ERR_FLAG = 0x20000000 const
Dzerrors_linux_386.go249 CAN_ERR_FLAG = 0x20000000 const
Dzerrors_linux_mips.go249 CAN_ERR_FLAG = 0x20000000 const
Dzerrors_linux_arm64.go249 CAN_ERR_FLAG = 0x20000000 const
/external/python/cpython3/Modules/
Dsocketmodule.c7374 PyModule_AddIntMacro(m, CAN_ERR_FLAG);