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