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

dhcp_clear_option macro

Syntax

#define dhcp_clear_option(dhcp, idx) (dhcp_rx_options_given[idx] = 0)

Arguments

dhcp

idx

References

LocationText
dhcp.c:182
#define dhcp_clear_option(dhcp, idx) (dhcp_rx_options_given[idx] = 0)
dhcp.c:1704
dhcp_clear_option(dhcp, DHCP_OPTION_IDX_OVERLOAD);