ether_addr_copy (9) - Linux Manuals

ether_addr_copy: Copy an Ethernet address

NAME

ether_addr_copy - Copy an Ethernet address

SYNOPSIS

void ether_addr_copy(u8 dst, const u8 src);

ARGUMENTS

dst

Pointer to a six-byte array Ethernet address destination

src

Pointer to a six-byte array Ethernet address source

DESCRIPTION

Please note: dst & src must both be aligned to u16.

COPYRIGHT