Determine if the ethernet address is broadcast
bool is_broadcast_ether_addr(const u8 * addr);
addr
Pointer to a six-byte array containing the Ethernet address
Return true if the address is the broadcast address.
addr must be aligned to u16.