Home
last modified time | relevance | path

Searched defs: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
/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