Home
last modified time | relevance | path

Searched refs:next_hop_dest_entry_ptr (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.3.0/common/src/
Dnx_icmpv6_send_queued_packets.c152 NX_IPV6_DESTINATION_ENTRY *next_hop_dest_entry_ptr; in _nx_icmpv6_send_queued_packets() local
167 … status = _nx_icmpv6_dest_table_find(ip_ptr, next_hop_address, &next_hop_dest_entry_ptr, 0, 0); in _nx_icmpv6_send_queued_packets()
174 if ((next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu > 0) && in _nx_icmpv6_send_queued_packets()
175 … (next_hop_mtu > next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu)) in _nx_icmpv6_send_queued_packets()
179 … next_hop_mtu = next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nx_icmpv6_send_queued_packets()
Dnx_ipv6_packet_send.c111 NX_IPV6_DESTINATION_ENTRY *next_hop_dest_entry_ptr; in _nx_ipv6_packet_send() local
390 … status = _nx_icmpv6_dest_table_find(ip_ptr, next_hop_address, &next_hop_dest_entry_ptr, 0, 0); in _nx_ipv6_packet_send()
397 if ((next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu > 0) && in _nx_ipv6_packet_send()
398 … (next_hop_mtu > next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu)) in _nx_ipv6_packet_send()
402 … next_hop_mtu = next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nx_ipv6_packet_send()
/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.c11951 NX_IPV6_DESTINATION_ENTRY *next_hop_dest_entry_ptr; in _nxd_bsd_ipv6_packet_send() local
12239 … status = _nx_icmpv6_dest_table_find(ip_ptr, next_hop_address, &next_hop_dest_entry_ptr, 0, 0); in _nxd_bsd_ipv6_packet_send()
12245 if ((next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu > 0) && in _nxd_bsd_ipv6_packet_send()
12246 … (next_hop_path_mtu > next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu)) in _nxd_bsd_ipv6_packet_send()
12250 … next_hop_path_mtu = next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nxd_bsd_ipv6_packet_send()