Home
last modified time | relevance | path

Searched refs:router_index (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dnd6.c1927 s8_t router_index; local
1955 for (router_index = LWIP_ND6_NUM_ROUTERS - 1; router_index >= 0; router_index--) {
1958 if(default_router_list[router_index].neighbor_entry == &(neighbor_cache[neighbor_index])){
1959 return router_index;
1961 if (default_router_list[router_index].neighbor_entry == NULL) {
1963 free_router_index = router_index;
2485 s8_t router_index; local
2493 for (router_index = 0; router_index < LWIP_ND6_NUM_ROUTERS; router_index++) {
2494 if (default_router_list[router_index].neighbor_entry == &neighbor_cache[i]) {
2495 default_router_list[router_index].neighbor_entry = NULL;
[all …]