Home
last modified time | relevance | path

Searched refs:ipv6_mcast (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/net/rocker/
H A Drocker_of_dpa.c1170 const MACAddr ipv6_mcast = { .a = { 0x33, 0x33, 0x00, 0x00, 0x00, 0x00 } }; in of_dpa_cmd_add_term_mac() local
1218 if (memcmp(key->eth.dst.a, ipv6_mcast.a, sizeof(key->eth.dst.a)) == 0 && in of_dpa_cmd_add_term_mac()
/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c214 static const u8 ipv6_mcast[ETH_ALEN] = { 0x33, 0x33, 0x00, 0x00, 0x00, 0x00 }; variable
1575 .eth_dst = ipv6_mcast,