Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/common/src/
Dnx_nd_cache_add_entry.c114 first_available = NX_IPV6_NEIGHBOR_CACHE_SIZE; in _nx_nd_cache_add_entry()
121 (NX_IPV6_NEIGHBOR_CACHE_SIZE)); in _nx_nd_cache_add_entry()
133 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++, index++) in _nx_nd_cache_add_entry()
137 if (index == NX_IPV6_NEIGHBOR_CACHE_SIZE) in _nx_nd_cache_add_entry()
196 if (first_available == NX_IPV6_NEIGHBOR_CACHE_SIZE) in _nx_nd_cache_add_entry()
Dnx_nd_cache_find_entry.c92 (NX_IPV6_NEIGHBOR_CACHE_SIZE)); in _nx_nd_cache_find_entry()
94 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in _nx_nd_cache_find_entry()
111 if (index == NX_IPV6_NEIGHBOR_CACHE_SIZE) in _nx_nd_cache_find_entry()
Dnx_nd_cache_interface_entries_delete.c83 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in _nx_nd_cache_interface_entries_delete()
Dnxd_nd_cache_invalidate.c89 for (idx = 0; idx < NX_IPV6_NEIGHBOR_CACHE_SIZE; idx++) in _nxd_nd_cache_invalidate()
Dnxd_icmp_enable.c103 memset(&ip_ptr -> nx_ipv6_nd_cache[0], 0, sizeof(ND_CACHE_ENTRY) * NX_IPV6_NEIGHBOR_CACHE_SIZE); in _nxd_icmp_enable()
Dnx_nd_cache_slow_periodic_update.c88 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in _nx_nd_cache_slow_periodic_update()
Dnx_nd_cache_find_entry_by_mac_addr.c94 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in _nx_nd_cache_find_entry_by_mac_addr()
Dnx_nd_cache_fast_periodic_update.c94 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in _nx_nd_cache_fast_periodic_update()
Dnxd_ipv6_disable.c171 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in _nxd_ipv6_disable()
/NetX-Duo-v6.4.1/test/regression/netxduo_test/
Dnetx_nd_cache_add_test.c262 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE - 1; i ++) in ntest_0_entry()
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()
283 ip_0.nx_ipv6_nd_cache[NX_IPV6_NEIGHBOR_CACHE_SIZE - 1].nx_nd_cache_timer_tick = 10; 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()
285 ip_0.nx_ipv6_nd_cache[NX_IPV6_NEIGHBOR_CACHE_SIZE - 2].nx_nd_cache_timer_tick = 20; in ntest_0_entry()
313 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in ntest_0_entry()
355 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in ntest_0_entry()
Dnetx_icmp_interface2_ping6_test.c56 #if (NX_IPV6_NEIGHBOR_CACHE_SIZE==8) && defined(NX_DISABLE_IPV6_PURGE_UNUSED_CACHE_ENTRIES)
512 #if (NX_IPV6_NEIGHBOR_CACHE_SIZE==8) && defined(NX_DISABLE_IPV6_PURGE_UNUSED_CACHE_ENTRIES) && (NX_… in ntest_0_entry()
569 #if (NX_IPV6_NEIGHBOR_CACHE_SIZE==8) && defined(NX_DISABLE_IPV6_PURGE_UNUSED_CACHE_ENTRIES)
579 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in packet_process_filter()
Dnetx_dest_table_add_fail_test.c133 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in ntest_0_entry()
Dnetx_icmp_ping6_fragment_test.c198 …s_1.nxd_ip_address.v6[2] + global_address_1.nxd_ip_address.v6[3]) % (NX_IPV6_NEIGHBOR_CACHE_SIZE)); in ntest_0_entry()
/NetX-Duo-v6.4.1/common/inc/
Dnx_api.h782 #ifndef NX_IPV6_NEIGHBOR_CACHE_SIZE
783 #define NX_IPV6_NEIGHBOR_CACHE_SIZE 16 macro
2549 nx_ipv6_nd_cache[NX_IPV6_NEIGHBOR_CACHE_SIZE];