Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/common/src/
Dnx_icmpv6_dest_table_add.c137 if (table_size == NX_IPV6_DESTINATION_TABLE_SIZE) in _nx_icmpv6_dest_table_add()
146 for (i = 0; i < NX_IPV6_DESTINATION_TABLE_SIZE; i++) in _nx_icmpv6_dest_table_add()
159 NX_ASSERT(i < NX_IPV6_DESTINATION_TABLE_SIZE); in _nx_icmpv6_dest_table_add()
Dnx_invalidate_destination_entry.c88 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nx_invalidate_destination_entry()
Dnxd_ipv6_destination_table_find_next_hop.c99 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nxd_ipv6_destination_table_find_next_hop()
Dnxd_icmp_enable.c107 …_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.c91 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nx_icmpv6_destination_table_periodic_update()
Dnx_icmpv6_dest_table_find.c106 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nx_icmpv6_dest_table_find()
Dnx_nd_cache_delete_internal.c133 while (table_size && i < NX_IPV6_DESTINATION_TABLE_SIZE) in _nx_nd_cache_delete_internal()
/NetX-Duo-v6.3.0/common/inc/
Dnx_api.h758 #define NX_IPV6_DESTINATION_TABLE_SIZE NX_DESTINATION_TABLE_SIZE macro
762 #define NX_IPV6_DESTINATION_TABLE_SIZE NXDUO_DESTINATION_TABLE_SIZE macro
765 #ifndef NX_IPV6_DESTINATION_TABLE_SIZE
766 #define NX_IPV6_DESTINATION_TABLE_SIZE 8 macro
768 #define NX_DESTINATION_TABLE_SIZE NX_IPV6_DESTINATION_TABLE_SIZE
771 #define NXDUO_DESTINATION_TABLE_SIZE NX_IPV6_DESTINATION_TABLE_SIZE
2484 nx_ipv6_destination_table[NX_IPV6_DESTINATION_TABLE_SIZE];