Home
last modified time | relevance | path

Searched refs:is_multicast_ether_addr (Results 1 – 6 of 6) sorted by relevance

/qemu/include/net/
H A Deth.h265 static inline int is_multicast_ether_addr(const uint8_t *addr) in is_multicast_ether_addr() function
277 return !is_multicast_ether_addr(addr); in is_unicast_ether_addr()
291 } else if (is_multicast_ether_addr(ehdr->h_dest)) { in get_eth_packet_type()
/qemu/hw/net/
H A De1000x_common.c88 } else if (is_multicast_ether_addr(ehdr->h_dest)) { in e1000x_rx_group_filter()
H A Dcadence_gem.c824 is_mc = is_multicast_ether_addr(packet); in gem_mac_address_filter()
H A De1000.c552 } else if (is_multicast_ether_addr(arr)) { in inc_tx_bcast_or_mcast_count()
H A Digb_core.c1117 macp = core->mac + (is_multicast_ether_addr(ehdr->h_dest) ? MTA : UTA); in igb_receive_assign()
/qemu/net/
H A Dnet.c1016 is_multicast_ether_addr(nd->macaddr.a)) { in net_init_nic()
1803 if (is_multicast_ether_addr(ni->macaddr.a)) { in net_param_nic()