dhcp_clear_all_options is only used within LwIP.
 
Symbols
loading...
Files
loading...

dhcp_clear_all_options macro

Syntax

#define dhcp_clear_all_options(dhcp) (memset(dhcp_rx_options_given, 0, sizeof(dhcp_rx_options_given)))

Arguments

dhcp

References

LocationText
dhcp.c:183
#define dhcp_clear_all_options(dhcp) (memset(dhcp_rx_options_given, 0, sizeof(dhcp_rx_options_given)))
dhcp.c:1525
dhcp_clear_all_options(dhcp);