1ETHER_ADDR_TO_U64(9) Network device support ETHER_ADDR_TO_U64(9)
23
4
NAME
6ether_addr_to_u64 - Convert an Ethernet address into a u64 value.
7
SYNOPSIS
9u64 ether_addr_to_u64(const u8 * addr);
10
ARGUMENTS
12addr
13Pointer to a six-byte array containing the Ethernet address
14
DESCRIPTION
16Return a u64 value of the address
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 ETHER_ADDR_TO_U64(9)