Determine if the ethernet address is locally-assigned one (ieee 802).
bool is_local_ether_addr(const u8 * addr);
addr
Pointer to a six-byte array containing the Ethernet address
Return true if the address is a local address.