Determine if the ethernet address is unicast
bool is_unicast_ether_addr(const u8 * addr);
addr
Pointer to a six-byte array containing the Ethernet address
Return true if the address is a unicast address.