Go to the documentation of this file.
40 #ifndef LWIP_HDR_PROT_AUTOIP_H
41 #define LWIP_HDR_PROT_AUTOIP_H
48 #define AUTOIP_NET 0xA9FE0000
50 #define AUTOIP_RANGE_START (AUTOIP_NET | 0x0100)
52 #define AUTOIP_RANGE_END (AUTOIP_NET | 0xFEFF)
59 #define ANNOUNCE_NUM 2
60 #define ANNOUNCE_INTERVAL 2
61 #define ANNOUNCE_WAIT 2
62 #define MAX_CONFLICTS 10
63 #define RATE_LIMIT_INTERVAL 60
64 #define DEFEND_INTERVAL 10