]> rtime.felk.cvut.cz Git - socketcan-devel.git/blob - test/tst-filter-server.result
Add kernel version depency for Kernel 3.1.x which extended __rtnl_register().
[socketcan-devel.git] / test / tst-filter-server.result
1 testcase  0 : can_id = 0x00000123 can_mask = 0x000007FF
2 00000123
3 40000123
4 80000123
5 C0000123
6 testcase  1 : can_id = 0x80000123 can_mask = 0x000007FF
7 00000123
8 40000123
9 80000123
10 C0000123
11 testcase  2 : can_id = 0x40000123 can_mask = 0x000007FF
12 00000123
13 40000123
14 80000123
15 C0000123
16 testcase  3 : can_id = 0xC0000123 can_mask = 0x000007FF
17 00000123
18 40000123
19 80000123
20 C0000123
21 testcase  4 : can_id = 0x00000123 can_mask = 0x800007FF
22 00000123
23 40000123
24 testcase  5 : can_id = 0x80000123 can_mask = 0x800007FF
25 80000123
26 C0000123
27 testcase  6 : can_id = 0x40000123 can_mask = 0x800007FF
28 00000123
29 40000123
30 testcase  7 : can_id = 0xC0000123 can_mask = 0x800007FF
31 80000123
32 C0000123
33 testcase  8 : can_id = 0x00000123 can_mask = 0x400007FF
34 00000123
35 80000123
36 testcase  9 : can_id = 0x80000123 can_mask = 0x400007FF
37 00000123
38 80000123
39 testcase 10 : can_id = 0x40000123 can_mask = 0x400007FF
40 40000123
41 C0000123
42 testcase 11 : can_id = 0xC0000123 can_mask = 0x400007FF
43 40000123
44 C0000123
45 testcase 12 : can_id = 0x00000123 can_mask = 0xC00007FF
46 00000123
47 testcase 13 : can_id = 0x80000123 can_mask = 0xC00007FF
48 80000123
49 testcase 14 : can_id = 0x40000123 can_mask = 0xC00007FF
50 40000123
51 testcase 15 : can_id = 0xC0000123 can_mask = 0xC00007FF
52 C0000123
53 testcase 16 : can_id = 0x00000123 can_mask = 0xDFFFFFFF
54 00000123
55 testcase 17 : can_id = 0x80000123 can_mask = 0xDFFFFFFF
56 80000123
57 testcase 18 : Filtertest done.