URL
https://opencores.org/ocsvn/plasma/plasma/trunk
[/] [plasma/] [trunk/] [kernel/] [tcpip.c] - Diff between revs 382 and 384
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 382 |
Rev 384 |
Line 165... |
Line 165... |
static uint8 ethernetAddressPlasma[] = {0x00, 0x10, 0xdd, 0xce, 0x15, 0xd4};
|
static uint8 ethernetAddressPlasma[] = {0x00, 0x10, 0xdd, 0xce, 0x15, 0xd4};
|
#else
|
#else
|
static uint8 ethernetAddressPlasma[] = {0x00, 0x10, 0xdd, 0xce, 0x15, 0xd5};
|
static uint8 ethernetAddressPlasma[] = {0x00, 0x10, 0xdd, 0xce, 0x15, 0xd5};
|
#endif
|
#endif
|
|
|
static uint8 ipAddressPlasma[] = {0x9d, 0xfe, 0x28, 10}; //changed by DHCP
|
static uint8 ipAddressPlasma[] = {192, 168, 100, 10}; //changed by DHCP
|
static uint8 ipAddressGateway[] = {0x00, 0x00, 0x00, 0x00}; //changed by DHCP
|
static uint8 ipAddressGateway[] = {0x00, 0x00, 0x00, 0x00}; //changed by DHCP
|
static uint32 ipAddressDns; //changed by DHCP
|
static uint32 ipAddressDns; //changed by DHCP
|
|
|
static OS_Mutex_t *IPMutex;
|
static OS_Mutex_t *IPMutex;
|
static int FrameFreeCount;
|
static int FrameFreeCount;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.