| /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() 102 …status = _nx_icmpv6_dest_table_find(ip_ptr, destination_address, dest_entry_ptr, path_mtu, mtu_tim… 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() 120 path_mtu = (*dest_entry_ptr) -> nx_ipv6_destination_entry_path_mtu; in _nx_icmpv6_dest_table_add() 121 mtu_timeout = (*dest_entry_ptr) -> nx_ipv6_destination_entry_MTU_timer_tick; in _nx_icmpv6_dest_table_add() 125 (*dest_entry_ptr) -> nx_ipv6_destination_entry_valid = 0; in _nx_icmpv6_dest_table_add() 142 *dest_entry_ptr = NX_NULL; in _nx_icmpv6_dest_table_add() 246 *dest_entry_ptr = &ip_ptr -> nx_ipv6_destination_table[i]; in _nx_icmpv6_dest_table_add()
|
| D | nx_ipv6_packet_send.c | 117 NX_IPV6_DESTINATION_ENTRY *dest_entry_ptr; in _nx_ipv6_packet_send() local 276 status = _nx_icmpv6_dest_table_find(ip_ptr, dest_address, &dest_entry_ptr, 0, 0); in _nx_ipv6_packet_send() 282 next_hop_mtu = dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nx_ipv6_packet_send() 297 status = _nx_icmpv6_dest_table_find(ip_ptr, dest_address, &dest_entry_ptr, 0, 0); in _nx_ipv6_packet_send() 311 status = _nx_icmpv6_dest_table_add(ip_ptr, dest_address, &dest_entry_ptr, in _nx_ipv6_packet_send() 318 NDCacheEntry = dest_entry_ptr -> nx_ipv6_destination_entry_nd_entry; in _nx_ipv6_packet_send() 326 status = _nx_icmpv6_dest_table_add(ip_ptr, dest_address, &dest_entry_ptr, in _nx_ipv6_packet_send() 334 NDCacheEntry = dest_entry_ptr -> nx_ipv6_destination_entry_nd_entry; in _nx_ipv6_packet_send() 354 NDCacheEntry = dest_entry_ptr -> nx_ipv6_destination_entry_nd_entry; in _nx_ipv6_packet_send() 355 … COPY_IPV6_ADDRESS(dest_entry_ptr -> nx_ipv6_destination_entry_next_hop, next_hop_address); in _nx_ipv6_packet_send() [all …]
|
| D | nx_icmpv6_dest_table_find.c | 83 …t_table_find(NX_IP *ip_ptr, ULONG *destination_address, NX_IPV6_DESTINATION_ENTRY **dest_entry_ptr, in _nx_icmpv6_dest_table_find() argument 90 NX_ASSERT((destination_address != NX_NULL) && (dest_entry_ptr != NULL)); in _nx_icmpv6_dest_table_find() 102 *dest_entry_ptr = NX_NULL; in _nx_icmpv6_dest_table_find() 162 *dest_entry_ptr = &ip_ptr -> nx_ipv6_destination_table[i]; in _nx_icmpv6_dest_table_find()
|
| D | nx_icmpv6_send_queued_packets.c | 85 NX_IPV6_DESTINATION_ENTRY *dest_entry_ptr; in _nx_icmpv6_send_queued_packets() local 141 …cmpv6_dest_table_find(ip_ptr, ip_header_ptr -> nx_ip_header_destination_ip, &dest_entry_ptr, 0, 0); in _nx_icmpv6_send_queued_packets() 156 next_hop_mtu = dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nx_icmpv6_send_queued_packets() 159 … COPY_IPV6_ADDRESS(dest_entry_ptr -> nx_ipv6_destination_entry_next_hop, next_hop_address); in _nx_icmpv6_send_queued_packets()
|
| D | nx_icmpv6_process_packet_too_big.c | 100 NX_IPV6_DESTINATION_ENTRY *dest_entry_ptr; in _nx_icmpv6_process_packet_too_big() local 164 &dest_entry_ptr, &default_next_hop_address[0], mtu, 0, in _nx_icmpv6_process_packet_too_big()
|
| D | nx_icmpv6_process_redirect.c | 114 NX_IPV6_DESTINATION_ENTRY *dest_entry_ptr; in _nx_icmpv6_process_redirect() local 400 … &dest_entry_ptr, redirect_ptr -> nx_icmpv6_redirect_target_address, in _nx_icmpv6_process_redirect() 419 dest_entry_ptr -> nx_ipv6_destination_entry_nd_entry = nd_entry; in _nx_icmpv6_process_redirect()
|
| D | nx_icmpv6_process_ra.c | 516 NX_IPV6_DESTINATION_ENTRY *dest_entry_ptr; in _nx_icmpv6_process_ra() local 535 … _nx_icmpv6_dest_table_add(ip_ptr, ipv6_header -> nx_ip_header_source_ip, &dest_entry_ptr, in _nx_icmpv6_process_ra() 589 NX_IPV6_DESTINATION_ENTRY *dest_entry_ptr; in _nx_icmpv6_process_ra() local 593 … _nx_icmpv6_dest_table_add(ip_ptr, ipv6_header -> nx_ip_header_source_ip, &dest_entry_ptr, in _nx_icmpv6_process_ra()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_icmpv6_abnormal_mtu_in_ra_test.c | 108 NX_IPV6_DESTINATION_ENTRY *dest_entry_ptr; in thread_0_entry() local 158 … status = _nx_icmpv6_dest_table_find(&ip_0, ipv6_address.nxd_ip_address.v6, &dest_entry_ptr, 0, 0); in thread_0_entry() 169 if (dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu != 1500) in thread_0_entry()
|
| D | netx_icmpv6_branch_test.c | 177 *dest_entry_ptr; in thread_0_entry() local 236 if (_nx_icmpv6_dest_table_find(&ip_0, destination_address, &dest_entry_ptr, 0, 0) == NX_SUCCESS) 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() 325 …_nx_icmpv6_dest_table_add(&ip_0, destination_address, &dest_entry_ptr, next_hop, 0, 0, &ip_0.nx_ip… in thread_0_entry() 335 …_nx_icmpv6_dest_table_add(&ip_0, destination_address, &dest_entry_ptr, next_hop, 256, 0, &ip_0.nx_… in thread_0_entry() 360 …_nx_icmpv6_dest_table_add(&ip_0, destination_address, &dest_entry_ptr, next_hop, 256, 0, &ip_0.nx_… in thread_0_entry()
|
| D | netx_ipv6_branch_test.c | 568 *dest_entry_ptr; in thread_for_assert_entry() local 847 _nx_icmpv6_dest_table_add(&ip_0, ipv6_address.nxd_ip_address.v6, &dest_entry_ptr, in thread_for_assert_entry() 850 …dest_entry_ptr -> nx_ipv6_destination_entry_nd_entry -> nx_nd_cache_nd_status = ND_CACHE_STATE_INV… in thread_for_assert_entry()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_icmpv6.h | 396 …t_table_find(NX_IP *ip_ptr, ULONG *destination_address, NX_IPV6_DESTINATION_ENTRY **dest_entry_ptr, 399 NX_IPV6_DESTINATION_ENTRY **dest_entry_ptr, ULONG *next_hop,
|
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.c | 12265 NX_IPV6_DESTINATION_ENTRY *dest_entry_ptr; in _nxd_bsd_ipv6_packet_send() local 12389 …cmpv6_dest_table_find(ip_ptr, ip_header_ptr -> nx_ip_header_destination_ip, &dest_entry_ptr, 0, 0); in _nxd_bsd_ipv6_packet_send() 12392 if ((status == NX_SUCCESS) && (dest_entry_ptr != NX_NULL)) in _nxd_bsd_ipv6_packet_send() 12396 …if ((dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu > 0) && (packet_ptr -> nx_packet_length > in _nxd_bsd_ipv6_packet_send() 12397 … dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu)) in _nxd_bsd_ipv6_packet_send() 12401 … _nx_ipv6_fragment_process(&driver_request, dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu); in _nxd_bsd_ipv6_packet_send() 12446 status = _nx_icmpv6_dest_table_find(ip_ptr, dest_addr, &dest_entry_ptr, 0, 0); in _nxd_bsd_ipv6_packet_send() 12460 status = _nx_icmpv6_dest_table_add(ip_ptr, dest_addr, &dest_entry_ptr, in _nxd_bsd_ipv6_packet_send() 12466 NDCacheEntry = dest_entry_ptr -> nx_ipv6_destination_entry_nd_entry; in _nxd_bsd_ipv6_packet_send() 12473 status = _nx_icmpv6_dest_table_add(ip_ptr, dest_addr, &dest_entry_ptr, in _nxd_bsd_ipv6_packet_send() [all …]
|