Searched refs:next_hop (Results 1 – 9 of 9) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_icmpv6_branch_test.c | 175 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 …]
|
| D | netx_dest_table_add_fail_test.c | 118 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/ |
| D | nx_icmpv6_dest_table_add.c | 91 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()
|
| D | nx_ip_static_route_add.c | 82 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()
|
| D | nxe_ip_static_route_add.c | 86 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()
|
| D | nxd_ipv6_destination_table_find_next_hop.c | 76 …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/ |
| D | nx_ipv4.h | 183 ULONG net_mask, ULONG next_hop); 205 ULONG net_mask, ULONG next_hop);
|
| D | nx_icmpv6.h | 395 …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,
|
| D | nx_api.h | 3684 UINT nx_ip_static_route_add(NX_IP *ip_ptr, ULONG network_address, ULONG net_mask, ULONG next_hop);
|