OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CAN_INV_FILTER
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
can.h
99
* The filter can be inverted (
CAN_INV_FILTER
bit set in can_id) or it can
107
#define
CAN_INV_FILTER
0x20000000U /* to be set in can_filter.can_id */
/bionic/libc/kernel/uapi/linux/
can.h
78
#define
CAN_INV_FILTER
0x20000000U
/external/iproute2/include/uapi/linux/
can.h
191
* The filter can be inverted (
CAN_INV_FILTER
bit set in can_id) or it can
199
#define
CAN_INV_FILTER
0x20000000U /* to be set in can_filter.can_id */
/external/kernel-headers/original/uapi/linux/
can.h
191
* The filter can be inverted (
CAN_INV_FILTER
bit set in can_id) or it can
199
#define
CAN_INV_FILTER
0x20000000U /* to be set in can_filter.can_id */
Completed in 294 milliseconds