#include "lwip/mem.h"#include "lwip/memp.h"#include "lwip/tcp.h"#include "lwip/tcpip.h"#include "lwip/udp.h"#include "netif/etharp.h"#include "lwip/dhcp.h"#include "ethernetif.h"#include "netconf.h"#include <stdio.h>#include "hpm_common.h"Macros | |
| #define | MAX_DHCP_TRIES 4 |
Functions | |
| void | netif_config (void) |
| void | user_notification (struct netif *netif) |
Variables | |
| uint32_t | TCPTimer |
| uint32_t | ARPTimer |
| uint32_t | IPaddress |
| __IO uint32_t | EthStatus |
| struct netif | gnetif |
| #define MAX_DHCP_TRIES 4 |
| void netif_config | ( | void | ) |
| void user_notification | ( | struct netif * | netif | ) |
| uint32_t ARPTimer |
|
extern |
| struct netif gnetif |
| uint32_t IPaddress |
| uint32_t TCPTimer |