Home
last modified time | relevance | path

Searched refs:next_hop (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_icmpv6_branch_test.c175 ULONG next_hop[4]; in thread_0_entry() local
272 next_hop[0] = 0; in thread_0_entry()
273 next_hop[1] = 0; in thread_0_entry()
274 next_hop[2] = 0; in thread_0_entry()
275 next_hop[3] = 0; in thread_0_entry()
298 next_hop[0] = 0; in thread_0_entry()
299 next_hop[1] = 0; in thread_0_entry()
300 next_hop[2] = 0; in thread_0_entry()
301 next_hop[3] = 0; in thread_0_entry()
303 …_nx_icmpv6_dest_table_add(&ip_0, destination_address, &dest_entry_ptr, next_hop, 0, 0, &ip_0.nx_ip… in thread_0_entry()
[all …]
Dnetx_dest_table_add_fail_test.c118 ULONG next_hop; in ntest_0_entry() local
193 &next_hop, 0, 0, &(ip_0.nx_ipv6_address[0])); in ntest_0_entry()
208 &next_hop, 0, 0, &(ip_0.nx_ipv6_address[0])); in ntest_0_entry()
/NetX-Duo-v6.2.1/common/src/
Dnx_icmpv6_dest_table_add.c91 NX_IPV6_DESTINATION_ENTRY **dest_entry_ptr, ULONG *next_hop, in _nx_icmpv6_dest_table_add() argument
99 …NX_ASSERT((destination_address != NX_NULL) && (dest_entry_ptr != NX_NULL) && (next_hop != NX_NULL)… in _nx_icmpv6_dest_table_add()
109 … if (CHECK_IPV6_ADDRESSES_SAME(next_hop, (*dest_entry_ptr) -> nx_ipv6_destination_entry_next_hop)) in _nx_icmpv6_dest_table_add()
174 …COPY_IPV6_ADDRESS(next_hop, ip_ptr -> nx_ipv6_destination_table[i].nx_ipv6_destination_entry_next_… in _nx_icmpv6_dest_table_add()
178 …status = _nx_nd_cache_find_entry(ip_ptr, next_hop, &ip_ptr -> nx_ipv6_destination_table[i].nx_ipv6… in _nx_icmpv6_dest_table_add()
183 …status = _nx_nd_cache_add_entry(ip_ptr, next_hop, ipv6_address, &ip_ptr -> nx_ipv6_destination_tab… in _nx_icmpv6_dest_table_add()
Dnx_ip_static_route_add.c82 ULONG net_mask, ULONG next_hop) in _nx_ip_static_route_add() argument
89 …INSERT(NX_TRACE_IP_STATIC_ROUTE_ADD, ip_ptr, network_address, net_mask, next_hop, NX_TRACE_IP_EVEN… in _nx_ip_static_route_add()
101 …((next_hop & (ip_ptr -> nx_ip_interface[i].nx_interface_ip_network_mask)) == ip_ptr -> nx_ip_inter… in _nx_ip_static_route_add()
133 ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_next_hop_address = next_hop; in _nx_ip_static_route_add()
187 ip_ptr -> nx_ip_routing_table[i].nx_ip_routing_next_hop_address = next_hop; in _nx_ip_static_route_add()
202 NX_PARAMETER_NOT_USED(next_hop); in _nx_ip_static_route_add()
Dnxe_ip_static_route_add.c86 ULONG net_mask, ULONG next_hop) in _nxe_ip_static_route_add() argument
102 status = _nx_ip_static_route_add(ip_ptr, network_address, net_mask, next_hop); in _nxe_ip_static_route_add()
111 NX_PARAMETER_NOT_USED(next_hop); in _nxe_ip_static_route_add()
Dnxd_ipv6_destination_table_find_next_hop.c76 …NT _nxd_ipv6_destination_table_find_next_hop(NX_IP *ip_ptr, ULONG *destination_ip, ULONG *next_hop) in _nxd_ipv6_destination_table_find_next_hop() argument
86 NX_ASSERT(next_hop != NX_NULL); in _nxd_ipv6_destination_table_find_next_hop()
115 …_IPV6_ADDRESS(ip_ptr -> nx_ipv6_destination_table[i].nx_ipv6_destination_entry_next_hop, next_hop); in _nxd_ipv6_destination_table_find_next_hop()
/NetX-Duo-v6.2.1/common/inc/
Dnx_ipv4.h183 ULONG net_mask, ULONG next_hop);
205 ULONG net_mask, ULONG next_hop);
Dnx_icmpv6.h395 …T _nxd_ipv6_destination_table_find_next_hop(NX_IP *ip_ptr, ULONG *destination_ip, ULONG *next_hop);
399 NX_IPV6_DESTINATION_ENTRY **dest_entry_ptr, ULONG *next_hop,
Dnx_api.h3684 UINT nx_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask, ULONG next_hop);