table of contents
ETHER_ADDR_GREATER(9) | Network device support | ETHER_ADDR_GREATER(9) |
NAME¶
ether_addr_greater - Compare two Ethernet addresses
SYNOPSIS¶
bool ether_addr_greater(const u8 * addr1, const u8 * addr2);
ARGUMENTS¶
addr1
Pointer 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 addr1 is greater than addr2
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |