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