table of contents
other versions
ETHER_ADDR_EQUAL(9) | Network device support | ETHER_ADDR_EQUAL(9) |
NAME¶
ether_addr_equal - Compare two Ethernet addressesSYNOPSIS¶
bool ether_addr_equal(const u8 * addr1, const u8 * addr2);
ARGUMENTS¶
const u8 * addr1Pointer to a six-byte array containing the Ethernet
address
const u8 * addr2
Pointer other six-byte array containing the Ethernet
address
DESCRIPTION¶
Compare two Ethernet addresses, returns true if equalPlease note: addr1 & addr2 must both be aligned to u16.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |