Home
last modified time | relevance | path

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

/qemu/include/net/
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/
A De1000x_common.c88 } else if (is_multicast_ether_addr(ehdr->h_dest)) { in e1000x_rx_group_filter()
A Dcadence_gem.c824 is_mc = is_multicast_ether_addr(packet); in gem_mac_address_filter()
A De1000.c552 } else if (is_multicast_ether_addr(arr)) { in inc_tx_bcast_or_mcast_count()
A Digb_core.c1115 macp = core->mac + (is_multicast_ether_addr(ehdr->h_dest) ? MTA : UTA); in igb_receive_assign()
/qemu/net/
A Dnet.c1010 is_multicast_ether_addr(nd->macaddr.a)) { in net_init_nic()
1816 if (is_multicast_ether_addr(ni->macaddr.a)) { in net_param_nic()

Completed in 47 milliseconds