| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_nd_cache_slow_periodic_update.c | 91 if (ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_nd_status == ND_CACHE_STATE_INVALID) in _nx_nd_cache_slow_periodic_update() 103 if (ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_nd_status == ND_CACHE_STATE_REACHABLE) in _nx_nd_cache_slow_periodic_update() 113 ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_nd_status = ND_CACHE_STATE_STALE; in _nx_nd_cache_slow_periodic_update() 117 else if (ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_nd_status == ND_CACHE_STATE_DELAY) in _nx_nd_cache_slow_periodic_update() 129 ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_nd_status = ND_CACHE_STATE_PROBE; in _nx_nd_cache_slow_periodic_update() 133 else if (ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_nd_status == ND_CACHE_STATE_STALE) in _nx_nd_cache_slow_periodic_update()
|
| D | nx_nd_cache_add.c | 141 if (entry -> nx_nd_cache_nd_status == ND_CACHE_STATE_REACHABLE) in _nx_nd_cache_add() 160 entry -> nx_nd_cache_nd_status = (UCHAR)status; in _nx_nd_cache_add() 163 else if (entry -> nx_nd_cache_nd_status != (UCHAR)status) in _nx_nd_cache_add() 167 entry -> nx_nd_cache_nd_status = (UCHAR)status; in _nx_nd_cache_add() 169 if (entry -> nx_nd_cache_nd_status == ND_CACHE_STATE_REACHABLE) /* New entry */ in _nx_nd_cache_add()
|
| D | nx_nd_cache_fast_periodic_update.c | 98 if (ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_nd_status == ND_CACHE_STATE_INVALID) in _nx_nd_cache_fast_periodic_update() 104 if ((ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_nd_status != ND_CACHE_STATE_PROBE) && in _nx_nd_cache_fast_periodic_update() 105 (ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_nd_status != ND_CACHE_STATE_INCOMPLETE)) in _nx_nd_cache_fast_periodic_update() 131 … uniCastNS = (ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_nd_status == ND_CACHE_STATE_PROBE); in _nx_nd_cache_fast_periodic_update()
|
| D | nx_icmpv6_process_na.c | 355 if ((nd_entry -> nx_nd_cache_nd_status == ND_CACHE_STATE_INCOMPLETE) || in _nx_icmpv6_process_na() 356 (nd_entry -> nx_nd_cache_nd_status == ND_CACHE_STATE_CREATED)) in _nx_icmpv6_process_na() 395 if (nd_entry -> nx_nd_cache_nd_status == ND_CACHE_STATE_REACHABLE) in _nx_icmpv6_process_na() 398 nd_entry -> nx_nd_cache_nd_status = ND_CACHE_STATE_STALE; in _nx_icmpv6_process_na() 423 nd_entry -> nx_nd_cache_nd_status = ND_CACHE_STATE_REACHABLE; in _nx_icmpv6_process_na() 428 nd_entry -> nx_nd_cache_nd_status = ND_CACHE_STATE_STALE; in _nx_icmpv6_process_na()
|
| D | nx_nd_cache_add_entry.c | 145 if (ip_ptr -> nx_ipv6_nd_cache[index].nx_nd_cache_nd_status == ND_CACHE_STATE_INVALID) in _nx_nd_cache_add_entry() 166 if (ip_ptr -> nx_ipv6_nd_cache[index].nx_nd_cache_nd_status == ND_CACHE_STATE_STALE) in _nx_nd_cache_add_entry() 180 … ip_ptr -> nx_ipv6_nd_cache[index].nx_nd_cache_nd_status == ND_CACHE_STATE_REACHABLE) in _nx_nd_cache_add_entry() 211 ip_ptr -> nx_ipv6_nd_cache[first_available].nx_nd_cache_nd_status = ND_CACHE_STATE_CREATED; in _nx_nd_cache_add_entry()
|
| D | nx_ipv6_packet_send.c | 356 NX_ASSERT(NDCacheEntry -> nx_nd_cache_nd_status != ND_CACHE_STATE_INVALID); in _nx_ipv6_packet_send() 361 if ((NDCacheEntry -> nx_nd_cache_nd_status >= ND_CACHE_STATE_REACHABLE) && in _nx_ipv6_packet_send() 362 (NDCacheEntry -> nx_nd_cache_nd_status <= ND_CACHE_STATE_PROBE)) in _nx_ipv6_packet_send() 408 if (NDCacheEntry -> nx_nd_cache_nd_status == ND_CACHE_STATE_STALE) in _nx_ipv6_packet_send() 410 NDCacheEntry -> nx_nd_cache_nd_status = ND_CACHE_STATE_DELAY; in _nx_ipv6_packet_send() 445 if (NDCacheEntry -> nx_nd_cache_nd_status == ND_CACHE_STATE_CREATED) in _nx_ipv6_packet_send() 449 NDCacheEntry -> nx_nd_cache_nd_status = ND_CACHE_STATE_INCOMPLETE; in _nx_ipv6_packet_send()
|
| D | nxd_ipv6_router_lookup.c | 126 (NDCacheEntry -> nx_nd_cache_nd_status < ND_CACHE_STATE_REACHABLE) || in _nxd_ipv6_router_lookup() 127 (NDCacheEntry -> nx_nd_cache_nd_status > ND_CACHE_STATE_PROBE)) in _nxd_ipv6_router_lookup()
|
| D | nx_icmpv6_send_queued_packets.c | 233 if (nd_entry -> nx_nd_cache_nd_status == ND_CACHE_STATE_STALE) in _nx_icmpv6_send_queued_packets() 236 nd_entry -> nx_nd_cache_nd_status = ND_CACHE_STATE_DELAY; in _nx_icmpv6_send_queued_packets()
|
| D | nx_icmpv6_DAD_clear_NDCache_entry.c | 86 NDCacheEntry -> nx_nd_cache_nd_status = ND_CACHE_STATE_INVALID; in _nx_icmpv6_DAD_clear_NDCache_entry()
|
| D | nx_nd_cache_find_entry.c | 97 if ((ip_ptr -> nx_ipv6_nd_cache[index].nx_nd_cache_nd_status != ND_CACHE_STATE_INVALID) && in _nx_nd_cache_find_entry()
|
| D | nx_nd_cache_find_entry_by_mac_addr.c | 104 if (ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_nd_status == ND_CACHE_STATE_INVALID) in _nx_nd_cache_find_entry_by_mac_addr()
|
| D | nx_nd_cache_delete_internal.c | 115 entry -> nx_nd_cache_nd_status = ND_CACHE_STATE_INVALID; in _nx_nd_cache_delete_internal()
|
| D | nx_icmpv6_process_ns.c | 324 nd_entry -> nx_nd_cache_nd_status = ND_CACHE_STATE_STALE; in _nx_icmpv6_process_ns() 363 if (nd_entry -> nx_nd_cache_nd_status == ND_CACHE_STATE_REACHABLE) in _nx_icmpv6_process_ns()
|
| D | nxd_ipv6_disable.c | 173 if ((ip_ptr -> nx_ipv6_nd_cache[i].nx_nd_cache_nd_status != ND_CACHE_STATE_INVALID) && in _nxd_ipv6_disable()
|
| D | nx_icmpv6_process_redirect.c | 324 nd_entry -> nx_nd_cache_nd_status = ND_CACHE_STATE_STALE; in _nx_icmpv6_process_redirect()
|
| D | nx_icmpv6_process_ra.c | 494 nd_entry -> nx_nd_cache_nd_status = ND_CACHE_STATE_STALE; in _nx_icmpv6_process_ra()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_nd_cache_branch_test.c | 126 ip_0.nx_ipv6_nd_cache[0].nx_nd_cache_nd_status = ND_CACHE_STATE_CREATED; in thread_0_entry() 133 ip_0.nx_ipv6_nd_cache[0].nx_nd_cache_nd_status = ND_CACHE_STATE_INVALID; in thread_0_entry() 137 ip_0.nx_ipv6_nd_cache[0].nx_nd_cache_nd_status = ND_CACHE_STATE_CREATED; in thread_0_entry()
|
| D | netx_ipv6_branch_test.c | 424 cache_entry.nx_nd_cache_nd_status = ND_CACHE_STATE_INVALID; in thread_0_entry() 427 cache_entry.nx_nd_cache_nd_status = ND_CACHE_STATE_CREATED; in thread_0_entry() 534 ip_0.nx_ipv6_nd_cache[0].nx_nd_cache_nd_status = ND_CACHE_STATE_CREATED; in thread_0_entry() 537 ip_0.nx_ipv6_nd_cache[0].nx_nd_cache_nd_status = ND_CACHE_STATE_INVALID; in thread_0_entry() 786 ip_0.nx_ipv6_nd_cache[2].nx_nd_cache_nd_status = ND_CACHE_STATE_REACHABLE; in thread_for_assert_entry() 850 …dest_entry_ptr -> nx_ipv6_destination_entry_nd_entry -> nx_nd_cache_nd_status = ND_CACHE_STATE_INV… in thread_for_assert_entry()
|
| D | netx_nd_cache_add_test.c | 282 …ip_0.nx_ipv6_nd_cache[NX_IPV6_NEIGHBOR_CACHE_SIZE - 1].nx_nd_cache_nd_status = ND_CACHE_STATE_STAL… in ntest_0_entry() 284 …ip_0.nx_ipv6_nd_cache[NX_IPV6_NEIGHBOR_CACHE_SIZE - 2].nx_nd_cache_nd_status = ND_CACHE_STATE_STAL… in ntest_0_entry()
|
| D | netx_dest_table_add_fail_test.c | 204 ip_0.nx_ipv6_nd_cache[0].nx_nd_cache_nd_status = ND_CACHE_STATE_INVALID; in ntest_0_entry()
|
| D | netx_icmpv6_na_tlla_changed_test.c | 286 nd_entry -> nx_nd_cache_nd_status = ND_CACHE_STATE_CREATED; in thread_0_entry()
|
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.c | 12500 …if(dest_entry_ptr -> nx_ipv6_destination_entry_nd_entry -> nx_nd_cache_nd_status == ND_CACHE_STATE… in _nxd_bsd_ipv6_packet_send() 12520 if((NDCacheEntry -> nx_nd_cache_nd_status >= ND_CACHE_STATE_REACHABLE) && in _nxd_bsd_ipv6_packet_send() 12521 (NDCacheEntry -> nx_nd_cache_nd_status <= ND_CACHE_STATE_PROBE)) in _nxd_bsd_ipv6_packet_send() 12618 if(NDCacheEntry -> nx_nd_cache_nd_status == ND_CACHE_STATE_STALE) in _nxd_bsd_ipv6_packet_send() 12620 NDCacheEntry -> nx_nd_cache_nd_status = ND_CACHE_STATE_DELAY; in _nxd_bsd_ipv6_packet_send() 12654 if(NDCacheEntry -> nx_nd_cache_nd_status == ND_CACHE_STATE_CREATED) in _nxd_bsd_ipv6_packet_send() 12658 NDCacheEntry -> nx_nd_cache_nd_status = ND_CACHE_STATE_INCOMPLETE; in _nxd_bsd_ipv6_packet_send()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 1094 UCHAR nx_nd_cache_nd_status; member
|