Lines Matching full:dmac
40 #define DMAC "11:11:11:11:11:11" macro
53 __u8 dmac[6]; member
62 .dmac = DMAC_INIT, },
70 .dmac = DMAC_INIT, },
81 .dmac = DMAC_INIT2, },
89 .dmac = DMAC_INIT2, },
165 SYS(fail, "ip neigh add %s dev veth1 lladdr %s nud stale", IPV6_NUD_STALE_ADDR, DMAC); in setup_netns()
169 SYS(fail, "ip neigh add %s dev veth1 lladdr %s nud stale", IPV4_NUD_STALE_ADDR, DMAC); in setup_netns()
355 ret = memcmp(tests[i].dmac, fib_params->dmac, sizeof(tests[i].dmac)); in test_fib_lookup()
356 if (!ASSERT_EQ(ret, 0, "dmac not match")) { in test_fib_lookup()
359 mac_str(expected, tests[i].dmac); in test_fib_lookup()
360 mac_str(actual, fib_params->dmac); in test_fib_lookup()
361 printf("dmac expected %s actual %s ", expected, actual); in test_fib_lookup()