1. NAME

ether_addr_equal - Compare two Ethernet addresses

2. SYNOPSIS

bool ether_addr_equal(const u8 *  addr1 , const u8 *  addr2 );

3. ARGUMENTS

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

addr2
    Pointer other six-byte array containing the Ethernet address

4. DESCRIPTION

Compare two Ethernet addresses, returns true if equal

5. COPYRIGHT