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

dhcp_got_option macro

Syntax

#define dhcp_got_option(dhcp, idx) (dhcp_rx_options_given[idx] = 1)

Arguments

dhcp

idx

References

LocationText
dhcp.c:181
#define dhcp_got_option(dhcp, idx) (dhcp_rx_options_given[idx] = 1)
dhcp.c:1666
dhcp_got_option(dhcp, decode_idx);
dhcp.c:1683
dhcp_got_option(dhcp, decode_idx);