12 #include "lwip/netif.h"
16 #define MAC_ADDR0 0x98
20 #define MAC_ADDR1 0x2C
24 #define MAC_ADDR2 0xBC
28 #define MAC_ADDR3 0xB1
32 #define MAC_ADDR4 0x9F
36 #define MAC_ADDR5 0x17
40 #ifndef REMOTE_IP_ADDR0
41 #define REMOTE_IP_ADDR0 192
44 #ifndef REMOTE_IP_ADDR1
45 #define REMOTE_IP_ADDR1 168
48 #ifndef REMOTE_IP_ADDR2
49 #define REMOTE_IP_ADDR2 100
52 #ifndef REMOTE_IP_ADDR3
53 #define REMOTE_IP_ADDR3 5
60 #if defined(NO_SYS) && !NO_SYS
61 extern sys_mbox_t netif_status_mbox;
66 #if defined(LWIP_DHCP) && LWIP_DHCP
67 void LwIP_DHCP_task(
void *pvParameters);
73 #if defined(NO_SYS) && !NO_SYS
74 void netif_update_link_status(
void *pvParameters);
void netif_config(struct netif *netif, uint8_t i)
Definition: netconf.c:79
void netif_user_notification(struct netif *netif)
Definition: netconf.c:100