Home
last modified time | relevance | path

Searched refs:CAN_EFF_MASK (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/tc/
Dem_canid.c67 can_mask = (iseff) ? CAN_EFF_MASK : CAN_SFF_MASK; in canid_parse_rule()
161 if (pcfltr->can_mask == (CAN_EFF_FLAG | CAN_EFF_MASK)) in canid_print_eopt()
163 pcfltr->can_id & CAN_EFF_MASK); in canid_print_eopt()
166 pcfltr->can_id & CAN_EFF_MASK, in canid_print_eopt()
167 pcfltr->can_mask & CAN_EFF_MASK); in canid_print_eopt()
/external/iproute2/include/linux/
Dcan.h60 #define CAN_EFF_MASK 0x1FFFFFFFU /* extended frame format (EFF) */ macro
/external/kernel-headers/original/uapi/linux/
Dcan.h60 #define CAN_EFF_MASK 0x1FFFFFFFU /* extended frame format (EFF) */ macro
/external/ltp/testcases/network/can/filter-tests/
Dcan_filter.c86 return CAN_EFF_MASK | CAN_EFF_FLAG | CAN_RTR_FLAG; in calc_mask()