Searched defs:MAC_EQUAL (Results 1 – 2 of 2) sorted by relevance
59 #define MAC_EQUAL(pDstMac,pSrcMac) \ macro
212 #define MAC_EQUAL(mac1,mac2) (*((TI_UINT8*)&((mac1)[0])) == *((TI_UINT8*)&((mac2)[0])) && \ macro