Searched refs:CAN_SFF_MASK (Results 1 – 17 of 17) sorted by relevance
67 can_mask = (iseff) ? CAN_EFF_MASK : CAN_SFF_MASK; in canid_parse_rule()169 if (pcfltr->can_mask == (CAN_EFF_FLAG | CAN_SFF_MASK)) in canid_print_eopt()171 pcfltr->can_id & CAN_SFF_MASK); in canid_print_eopt()174 pcfltr->can_id & CAN_SFF_MASK, in canid_print_eopt()175 pcfltr->can_mask & CAN_SFF_MASK); in canid_print_eopt()
83 canid_t mask = CAN_SFF_MASK; in calc_mask()205 if ((frame.can_id & CAN_SFF_MASK) != ID) { in main()
60 #define CAN_SFF_MASK 0x000007FFU /* standard frame format (SFF) */ macro
246 CAN_SFF_MASK = 0x7ff const
262 CAN_SFF_MASK = 0x7ff const
7376 PyModule_AddIntMacro(m, CAN_SFF_MASK);