table of contents
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¶
addr
Pointer to a six-byte array containing the Ethernet
address
DESCRIPTION¶
Return a u64 value of the address
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |