'\" t .\" Title: ether_addr_copy .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: Network device support .\" Source: Kernel Hackers Manual 4.11.6 .\" Language: English .\" .TH "ETHER_ADDR_COPY" "9" "July 2017" "Kernel Hackers Manual 4\&.11\&" "Network device support" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ether_addr_copy \- Copy an Ethernet address .SH "SYNOPSIS" .HP \w'void\ ether_addr_copy('u .BI "void ether_addr_copy(u8\ *\ " "dst" ", const\ u8\ *\ " "src" ");" .SH "ARGUMENTS" .PP \fIu8 * dst\fR .RS 4 Pointer to a six\-byte array Ethernet address destination .RE .PP \fIconst u8 * src\fR .RS 4 Pointer to a six\-byte array Ethernet address source .RE .SH "DESCRIPTION" .PP Please note: dst & src must both be aligned to u16\&. .SH "COPYRIGHT" .br