Mistake on this page?
Report an issue in GitHub or email us
Macros

Macros

#define LWIP_AUTOIP   0
 LWIP_AUTOIP==1: Enable AUTOIP module. More...
 
#define LWIP_DHCP_AUTOIP_COOP   0
 LWIP_DHCP_AUTOIP_COOP==1: Allow DHCP and AUTOIP to be both enabled on the same interface at the same time. More...
 
#define LWIP_DHCP_AUTOIP_COOP_TRIES   9
 LWIP_DHCP_AUTOIP_COOP_TRIES: Set to the number of DHCP DISCOVER probes that should be sent before falling back on AUTOIP (the DHCP client keeps running in this case). More...
 

Detailed Description

Macro Definition Documentation

#define LWIP_AUTOIP   0

LWIP_AUTOIP==1: Enable AUTOIP module.

Definition at line 982 of file opt.h.

#define LWIP_DHCP_AUTOIP_COOP   0

LWIP_DHCP_AUTOIP_COOP==1: Allow DHCP and AUTOIP to be both enabled on the same interface at the same time.

Definition at line 995 of file opt.h.

#define LWIP_DHCP_AUTOIP_COOP_TRIES   9

LWIP_DHCP_AUTOIP_COOP_TRIES: Set to the number of DHCP DISCOVER probes that should be sent before falling back on AUTOIP (the DHCP client keeps running in this case).

This can be set as low as 1 to get an AutoIP address very quickly, but you should be prepared to handle a changing IP address when DHCP overrides AutoIP.

Definition at line 1006 of file opt.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.