|
The Pedigree Project
0.1
|
Collaboration diagram for Neighbor discovery:Macros | |
| #define | LWIP_ND6_QUEUEING (LWIP_IPV6) |
| #define | MEMP_NUM_ND6_QUEUE 20 |
| #define | LWIP_ND6_NUM_NEIGHBORS 10 |
| #define | LWIP_ND6_NUM_DESTINATIONS 10 |
| #define | LWIP_ND6_NUM_PREFIXES 5 |
| #define | LWIP_ND6_NUM_ROUTERS 3 |
| #define | LWIP_ND6_MAX_MULTICAST_SOLICIT 3 |
| #define | LWIP_ND6_MAX_UNICAST_SOLICIT 3 |
| #define | LWIP_ND6_MAX_ANYCAST_DELAY_TIME 1000 |
| #define | LWIP_ND6_MAX_NEIGHBOR_ADVERTISEMENT 3 |
| #define | LWIP_ND6_REACHABLE_TIME 30000 |
| #define | LWIP_ND6_RETRANS_TIMER 1000 |
| #define | LWIP_ND6_DELAY_FIRST_PROBE_TIME 5000 |
| #define | LWIP_ND6_ALLOW_RA_UPDATES 1 |
| #define | LWIP_ND6_TCP_REACHABILITY_HINTS 1 |
| #define | LWIP_ND6_RDNSS_MAX_DNS_SERVERS 0 |
| #define LWIP_ND6_ALLOW_RA_UPDATES 1 |
| #define LWIP_ND6_DELAY_FIRST_PROBE_TIME 5000 |
| #define LWIP_ND6_MAX_ANYCAST_DELAY_TIME 1000 |
| #define LWIP_ND6_MAX_MULTICAST_SOLICIT 3 |
LWIP_ND6_MAX_MULTICAST_SOLICIT: max number of multicast solicit messages to send (neighbor solicit and router solicit)
Definition at line 2338 of file opt.h.
Referenced by netif_add(), and netif_set_up().
| #define LWIP_ND6_MAX_NEIGHBOR_ADVERTISEMENT 3 |
| #define LWIP_ND6_MAX_UNICAST_SOLICIT 3 |
| #define LWIP_ND6_NUM_DESTINATIONS 10 |
| #define LWIP_ND6_NUM_NEIGHBORS 10 |
| #define LWIP_ND6_NUM_PREFIXES 5 |
| #define LWIP_ND6_NUM_ROUTERS 3 |
| #define LWIP_ND6_QUEUEING (LWIP_IPV6) |
| #define LWIP_ND6_RDNSS_MAX_DNS_SERVERS 0 |
| #define LWIP_ND6_REACHABLE_TIME 30000 |
| #define LWIP_ND6_RETRANS_TIMER 1000 |
| #define LWIP_ND6_TCP_REACHABILITY_HINTS 1 |
1.8.11