1ETHER_ADDR_GREATER(9) Network device support ETHER_ADDR_GREATER(9)
23
4
NAME
6ether_addr_greater - Compare two Ethernet addresses
7
SYNOPSIS
9bool ether_addr_greater(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 true addr1 is greater than
20addr2
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 ETHER_ADDR_GREATER(9)