Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
9a3b7b1db736c572ec8c2959daac148369a14cef
/
.
/
networking
/
udhcp
/
common.c
blob: 59c015575dfa3ba21da3bab2803f7663d0102c6a [
file
] [
log
] [
blame
]
/* vi: set sw=4 ts=4: */
/* common.c
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
#include
"common.h"
const
uint8_t
MAC_BCAST_ADDR
[
6
]
=
{
0xff
,
0xff
,
0xff
,
0xff
,
0xff
,
0xff
};