ethernet_link_status_updated() is only used within LwIP_TFTP_Server.
 
Symbols
loading...
Files
loading...

ethernet_link_status_updated() function

Notify the User about the network interface config status

Syntax

void ethernet_link_status_updated(struct netif *netif);
Implemented in app_ethernet.c:50

Arguments

netif

the network interface

Return value

None

References

LocationReferrerText
app_ethernet.c:50
void ethernet_link_status_updated(struct netif *netif)
app_ethernet.h:41
void ethernet_link_status_updated(struct netif *netif);
main.c:168Netif_Config()
ethernet_link_status_updated(&gnetif);
main.c:171Netif_Config()
netif_set_link_callback(&gnetif, ethernet_link_status_updated);

Call Tree

Functions calling ethernet_link_status_updated()
all items filtered out
ethernet_link_status_updated()
Data read by ethernet_link_status_updated()
Data written by ethernet_link_status_updated()
ethernet_link_status_updated()
all items filtered out