Searched defs:MAC_MULTICAST (Results 1 – 2 of 2) sorted by relevance
73 #define MAC_MULTICAST(pMac) ((pMac)->addr[0] & 0x01) macro
235 #define MAC_MULTICAST(mac) ((mac)[0] & 0x01) macro