 |
WebRadioApp
0.1
|
Go to the documentation of this file.
28 #include "lwip/memp.h"
29 #include "netif/etharp.h"
30 #include "lwip/dhcp.h"
31 #include "lwip/dhcp6.h"
32 #include "lwip/netif.h"
33 #include "lwip/timeouts.h"
38 #include "lwip/tcpip.h"
46 extern ETH_HandleTypeDef
heth;
void MX_LWIP_Process(void)
Read a received packet from the Ethernet buffers.
Definition: lwip.c:139
ip4_addr_t netmask
Definition: lwip.c:46
err_t ethernetif_init(struct netif *netif)
Definition: ethernetif.c:506
void ethernetif_input(struct netif *netif)
Definition: ethernetif.c:451
void MX_LWIP_Init(void)
LwIP initialization function.
Definition: lwip.c:58
char data[48]
Definition: ntpudp.c:32
uint32_t DHCPfineTimer
Definition: lwip.c:36
void Error_Handler(void)
This function is executed in case of error occurrence.
Definition: main.cpp:693
ip4_addr_t gw
Definition: lwip.c:47
ETH_HandleTypeDef heth
Definition: ethernetif.c:115
Initialization code for LWIP middleWare. (partially based on examples that are provided within the ST...
static void ethernet_link_status_updated(struct netif *netif)
Notify the User about the network interface config status.
Definition: lwip.c:161
static void Ethernet_Link_Periodic_Handle(struct netif *netif)
Ethernet Link periodic check.
Definition: lwip.c:116
ip4_addr_t ipaddr
Definition: lwip.c:45
void ethernet_link_check_state(struct netif *netif)
Check the ETH link state then update ETH driver and netif link accordingly.
Definition: ethernetif.c:662
Initialization code for LWIP middleWare. (partially based on examples that are provided within the ST...
struct netif gnetif
Definition: lwip.c:44
uint32_t EthernetLinkTimer
Definition: lwip.c:41
uint32_t DHCPcoarseTimer
Definition: lwip.c:37