table of contents
other versions
ETHER_ADDR_TO_U64(9) | Network device support | ETHER_ADDR_TO_U64(9) |
NAME¶
ether_addr_to_u64 - Convert an Ethernet address into a u64 value.
SYNOPSIS¶
u64 ether_addr_to_u64(const u8 * addr);
ARGUMENTS¶
const u8 * addr
Pointer to a six-byte array containing the Ethernet
address
DESCRIPTION¶
Return a u64 value of the address
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |