Home
last modified time | relevance | path

Searched defs:ether_is_multicast (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/rom_code/ws63/source/inc/romable/
Deth_ip_common_rom.h196 static INLINE__ td_u8 ether_is_multicast(const osal_u8 *addr) in ether_is_multicast() function
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/oal/
Doal_net.h717 static INLINE__ osal_u8 ether_is_multicast(const osal_u8 *addr) in ether_is_multicast() function
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.h113 #define ether_is_multicast(_a) (*(_a) & 0x01) /* is address mcast? */ macro