Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_icmpv6_dest_table_add.c136 if (table_size == NX_IPV6_DESTINATION_TABLE_SIZE) in _nx_icmpv6_dest_table_add()
145 for (i = 0; i < NX_IPV6_DESTINATION_TABLE_SIZE; i++) in _nx_icmpv6_dest_table_add()
158 NX_ASSERT(i < NX_IPV6_DESTINATION_TABLE_SIZE); in _nx_icmpv6_dest_table_add()
Dnx_invalidate_destination_entry.c87 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nx_invalidate_destination_entry()
Dnxd_ipv6_destination_table_find_next_hop.c98 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nxd_ipv6_destination_table_find_next_hop()
Dnxd_icmp_enable.c106 …_ipv6_destination_table[0], 0, sizeof(NX_IPV6_DESTINATION_ENTRY) * NX_IPV6_DESTINATION_TABLE_SIZE); in _nxd_icmp_enable()
Dnx_icmpv6_destination_table_periodic_update.c90 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nx_icmpv6_destination_table_periodic_update()
Dnx_icmpv6_dest_table_find.c105 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nx_icmpv6_dest_table_find()
Dnx_nd_cache_delete_internal.c132 while (table_size && i < NX_IPV6_DESTINATION_TABLE_SIZE) in _nx_nd_cache_delete_internal()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_nd_cache_branch_test.c120 ip_0.nx_ipv6_destination_table_size = NX_IPV6_DESTINATION_TABLE_SIZE + 1; in thread_0_entry()
151 ip_0.nx_ipv6_destination_table_size = NX_IPV6_DESTINATION_TABLE_SIZE + 1; in thread_0_entry()
Dnetx_icmp_interface2_ping6_test.c502 #if (NX_IPV6_DESTINATION_TABLE_SIZE==8) in ntest_0_entry()
512 …E==8) && defined(NX_DISABLE_IPV6_PURGE_UNUSED_CACHE_ENTRIES) && (NX_IPV6_DESTINATION_TABLE_SIZE>8) in ntest_0_entry()
589 for (i = 0; i < NX_IPV6_DESTINATION_TABLE_SIZE; i++) in packet_process_filter()
Dnetx_icmpv6_redirect_test.c331 for (i = 0; i < NX_IPV6_DESTINATION_TABLE_SIZE; i++) in thread_0_entry()
357 for (i = 0; i < NX_IPV6_DESTINATION_TABLE_SIZE; i++) in thread_0_entry()
Dnetx_ipv6_branch_test.c419 ip_0.nx_ipv6_destination_table_size = NX_IPV6_DESTINATION_TABLE_SIZE + 1; in thread_0_entry()
520 ip_0.nx_ipv6_destination_table_size = NX_IPV6_DESTINATION_TABLE_SIZE + 1; in thread_0_entry()
739 ip_0.nx_ipv6_destination_table_size = NX_IPV6_DESTINATION_TABLE_SIZE; in thread_for_assert_entry()
749 ip_0.nx_ipv6_destination_table_size = NX_IPV6_DESTINATION_TABLE_SIZE; in thread_for_assert_entry()
Dnetx_icmpv6_branch_test.c261 for (i = 0; i < NX_IPV6_DESTINATION_TABLE_SIZE; i++) in thread_0_entry()
495 for (i = 0; i < NX_IPV6_DESTINATION_TABLE_SIZE; i++) in thread_for_assert_entry_3()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h764 #define NX_IPV6_DESTINATION_TABLE_SIZE NX_DESTINATION_TABLE_SIZE macro
768 #define NX_IPV6_DESTINATION_TABLE_SIZE NXDUO_DESTINATION_TABLE_SIZE macro
771 #ifndef NX_IPV6_DESTINATION_TABLE_SIZE
772 #define NX_IPV6_DESTINATION_TABLE_SIZE 8 macro
774 #define NX_DESTINATION_TABLE_SIZE NX_IPV6_DESTINATION_TABLE_SIZE
777 #define NXDUO_DESTINATION_TABLE_SIZE NX_IPV6_DESTINATION_TABLE_SIZE
2545 nx_ipv6_destination_table[NX_IPV6_DESTINATION_TABLE_SIZE];
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1366 NXDUO_DESTINATION_TABLE_SIZE NX_IPV6_DESTINATION_TABLE_SIZE