source:
MondoRescue/branches/2.2.5/mindi-busybox/networking/udhcp/common.c@
2630
| Last change on this file since 2630 was 1765, checked in by , 18 years ago | |
|---|---|
| File size: 228 bytes | |
| Line | |
|---|---|
| 1 | /* vi: set sw=4 ts=4: */ |
| 2 | /* common.c |
| 3 | * |
| 4 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
| 5 | */ |
| 6 | |
| 7 | #include "common.h" |
| 8 | |
| 9 | const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = { |
| 10 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff |
| 11 | }; |
Note:
See TracBrowser
for help on using the repository browser.
