Home
last modified time | relevance | path

Searched refs:canid_t (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/network/can/filter-tests/
H A Dcan_filter.c23 static canid_t calc_id(int testcase) in calc_id()
25 canid_t id = ID; in calc_id()
35 static canid_t calc_mask(int testcase) in calc_mask()
37 canid_t mask = CAN_SFF_MASK; in calc_mask()
H A Dcan_rcv_own_msgs.c17 static void test_sockets(canid_t can_id, int expect_rxs, int expect_rxt) in test_sockets()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dalign.rs131 pub can_id: canid_t,
142 pub can_id: canid_t,
H A Dmod.rs41 pub type canid_t = u32; types
536 pub rx_id: canid_t,
537 pub tx_id: canid_t,
547 pub can_id: canid_t,
548 pub can_mask: canid_t,
3501 pub const CAN_EFF_FLAG: canid_t = 0x80000000;
3502 pub const CAN_RTR_FLAG: canid_t = 0x40000000;
3503 pub const CAN_ERR_FLAG: canid_t = 0x20000000;
3504 pub const CAN_SFF_MASK: canid_t = 0x000007FF;
3505 pub const CAN_EFF_MASK: canid_t
[all...]
/third_party/ltp/testcases/kernel/pty/
H A Dpty04.c57 typedef uint32_t canid_t; typedef
60 canid_t can_id;

Completed in 13 milliseconds