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

dhcp_cleanup() function

Removes a struct dhcp from a netif. ATTENTION: Only use this when not using dhcp_set_struct() to allocate the struct dhcp since the memory is passed back to the heap.

Syntax

void dhcp_cleanup(struct netif *netif);
Implemented in dhcp.c:712

Arguments

netif

the netif from which to remove the struct dhcp

References

LocationText
dhcp.c:712
void dhcp_cleanup(struct netif *netif)
dhcp.h:107
void dhcp_cleanup(struct netif *netif);

Call Tree

Functions called by dhcp_cleanup()
dhcp_cleanup()
printf()
all items filtered out