Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_invalidate_destination_entry.c75 UINT i, table_size; in _nx_invalidate_destination_entry() local
78 table_size = ip_ptr -> nx_ipv6_destination_table_size; in _nx_invalidate_destination_entry()
81 if (table_size == 0) in _nx_invalidate_destination_entry()
87 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nx_invalidate_destination_entry()
97 table_size--; in _nx_invalidate_destination_entry()
Dnxd_ipv6_destination_table_find_next_hop.c79 UINT i, table_size; in _nxd_ipv6_destination_table_find_next_hop() local
89 table_size = ip_ptr -> nx_ipv6_destination_table_size; in _nxd_ipv6_destination_table_find_next_hop()
92 if (table_size == 0) in _nxd_ipv6_destination_table_find_next_hop()
98 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nxd_ipv6_destination_table_find_next_hop()
108 table_size--; in _nxd_ipv6_destination_table_find_next_hop()
Dnx_icmpv6_dest_table_find.c87 UINT i, table_size; in _nx_icmpv6_dest_table_find() local
93 table_size = ip_ptr -> nx_ipv6_destination_table_size; in _nx_icmpv6_dest_table_find()
96 if (table_size == 0) in _nx_icmpv6_dest_table_find()
105 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nx_icmpv6_dest_table_find()
115 table_size--; in _nx_icmpv6_dest_table_find()
Dnxd_ipv6_router_lookup.c88 UINT table_size; in _nxd_ipv6_router_lookup() local
99 table_size = ip_ptr -> nx_ipv6_default_router_table_size; in _nxd_ipv6_router_lookup()
102 if (table_size == 0) in _nxd_ipv6_router_lookup()
110 for (i = 0; table_size && (i < NX_IPV6_DEFAULT_ROUTER_TABLE_SIZE); i++) in _nxd_ipv6_router_lookup()
131 table_size--; in _nxd_ipv6_router_lookup()
Dnxd_ipv6_prefix_router_timer_tick.c83 UINT i, table_size; in _nxd_ipv6_prefix_router_timer_tick() local
89 table_size = ip_ptr -> nx_ipv6_default_router_table_size; in _nxd_ipv6_prefix_router_timer_tick()
92 for (i = 0; table_size && (i < NX_IPV6_DEFAULT_ROUTER_TABLE_SIZE); i++) in _nxd_ipv6_prefix_router_timer_tick()
105 table_size--; in _nxd_ipv6_prefix_router_timer_tick()
Dnx_icmpv6_destination_table_periodic_update.c85 UINT i, table_size; in _nx_icmpv6_destination_table_periodic_update() local
88 table_size = ip_ptr -> nx_ipv6_destination_table_size; in _nx_icmpv6_destination_table_periodic_update()
90 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nx_icmpv6_destination_table_periodic_update()
108 table_size--; in _nx_icmpv6_destination_table_periodic_update()
Dnx_nd_cache_delete_internal.c91 UINT i = 0, table_size; in _nx_nd_cache_delete_internal() local
130 table_size = ip_ptr -> nx_ipv6_destination_table_size; in _nx_nd_cache_delete_internal()
132 while (table_size && i < NX_IPV6_DESTINATION_TABLE_SIZE) in _nx_nd_cache_delete_internal()
143 table_size--; in _nx_nd_cache_delete_internal()
Dnx_icmpv6_dest_table_add.c95 UINT i, table_size; in _nx_icmpv6_dest_table_add() local
133 table_size = ip_ptr -> nx_ipv6_destination_table_size; in _nx_icmpv6_dest_table_add()
136 if (table_size == NX_IPV6_DESTINATION_TABLE_SIZE) in _nx_icmpv6_dest_table_add()