netif_remove() is only used within LwIP.
 
Symbols
loading...
Files
loading...

netif_remove() function

Remove a network interface from the list of lwIP netifs.

Syntax

void netif_remove(struct netif * netif);
Implemented in netif.c:736

Arguments

netif

the network interface to remove

References

LocationText
netif.c:737
netif_remove(struct netif *netif)
netif.h:424
void netif_remove(struct netif * netif);

Call Tree

Functions called by netif_remove()
netif_remove()
Data read by netif_remove()
Data written by netif_remove()
netif_remove()
all items filtered out
Type of netif_remove()
netif_remove()
all items filtered out