Searched refs:ISLOCALLY_ADMINISTERED_ADDR (Results 1 – 2 of 2) sorted by relevance
393 if ((ISLOCALLY_ADMINISTERED_ADDR(ethhdr->src.addr[0]) && in process_data_packet()
721 #define ISLOCALLY_ADMINISTERED_ADDR(mac) (mac & MBIT(1)) macro