Lines Matching full:dmac
29 #define DMAC "11:11:11:11:11:11" macro
41 __u8 dmac[6]; member
49 .dmac = DMAC_INIT, },
57 .dmac = DMAC_INIT, },
68 .dmac = DMAC_INIT2, },
76 .dmac = DMAC_INIT2, },
115 SYS(fail, "ip neigh add %s dev veth1 lladdr %s nud stale", IPV6_NUD_STALE_ADDR, DMAC); in setup_netns()
119 SYS(fail, "ip neigh add %s dev veth1 lladdr %s nud stale", IPV4_NUD_STALE_ADDR, DMAC); in setup_netns()
281 ret = memcmp(tests[i].dmac, fib_params->dmac, sizeof(tests[i].dmac)); in test_fib_lookup()
282 if (!ASSERT_EQ(ret, 0, "dmac not match")) { in test_fib_lookup()
285 mac_str(expected, tests[i].dmac); in test_fib_lookup()
286 mac_str(actual, fib_params->dmac); in test_fib_lookup()
287 printf("dmac expected %s actual %s ", expected, actual); in test_fib_lookup()