table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
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¶
addr1Pointer to a six-byte array containing the
Ethernet address
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¶
February 2017 | Kernel Hackers Manual 3.16 |