Searched refs:is_multicast_ethaddr (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dnet.h774 * is_multicast_ethaddr - Determine if the Ethernet address is a multicast.
780 static inline int is_multicast_ethaddr(const u8 *addr) function
810 return !is_multicast_ethaddr(addr) && !is_zero_ethaddr(addr);
/u-boot/drivers/usb/gadget/
H A Dether.c1631 if (is_multicast_ethaddr(dest)) {

Completed in 26 milliseconds