1. NAME

is_zero_ether_addr - Determine if give Ethernet address is all zeros.

2. SYNOPSIS

bool is_zero_ether_addr(const u8 *  addr );

3. ARGUMENTS

addr
    Pointer to a six-byte array containing the Ethernet address

4. DESCRIPTION

Return true if the address is all zeroes.

5. COPYRIGHT