1COMPARE_ETHER_ADDR(9) Network device support COMPARE_ETHER_ADDR(9)
23
4
NAME
6compare_ether_addr - Compare two Ethernet addresses
7
SYNOPSIS
9unsigned compare_ether_addr(const u8 * addr1, const u8 * addr2);
10
ARGUMENTS
12addr1
13Pointer to a six-byte array containing the Ethernet address
1415
addr2
16Pointer other six-byte array containing the Ethernet address
17
DESCRIPTION
19Compare two ethernet addresses, returns 0 if equal
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 COMPARE_ETHER_ADDR(9)