1. NAME▲
compare_ether_addr - Compare two Ethernet addresses
2. SYNOPSIS ▲
unsigned compare_ether_addr(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 0 if equal, non-zero otherwise. Unlike memcmp, it doesnAqt return a value suitable for sorting.
5. COPYRIGHT ▲