Searched refs:ND6_REACHABLE (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/lwip/priv/
H A Dnd6_priv.h121 ND6_REACHABLE, enumerator in enum:nd6_neighbor_cache_entry_state
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv6/
H A Dnd6.c266 neighbor_cache[i].state = ND6_REACHABLE;
486 default_router_list[i].neighbor_entry->state = ND6_REACHABLE;
735 case ND6_REACHABLE:
1195 if ((neighbor_cache[i].state == ND6_REACHABLE) &&
1400 (default_router_list[i].neighbor_entry->state == ND6_REACHABLE)) {
1948 if ((neighbor_cache[i].state == ND6_REACHABLE) ||
2033 neighbor_cache[i].state = ND6_REACHABLE;

Completed in 87 milliseconds