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

dhcp_inform() function

Inform a DHCP server of our manual configuration. This informs DHCP servers of our fixed IP address configuration by sending an INFORM message. It does not involve DHCP address configuration, it is just here to be nice to the network.

Syntax

void dhcp_inform(struct netif *netif);
Implemented in dhcp.c:813

Arguments

netif

The lwIP network interface

References

LocationText
dhcp.c:814
dhcp_inform(struct netif *netif)
dhcp.h:113
void dhcp_inform(struct netif *netif);

Call Tree

Data read by dhcp_inform()
Data written by dhcp_inform()
dhcp_inform()
dhcp_inform()::p_out
dhcp_inform()::options_out_len
all items filtered out
Type of dhcp_inform()
dhcp_inform()
all items filtered out