Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_icmpv6_send_queued_packets.c151 NX_IPV6_DESTINATION_ENTRY *next_hop_dest_entry_ptr; in _nx_icmpv6_send_queued_packets() local
166 … status = _nx_icmpv6_dest_table_find(ip_ptr, next_hop_address, &next_hop_dest_entry_ptr, 0, 0); in _nx_icmpv6_send_queued_packets()
173 if ((next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu > 0) && in _nx_icmpv6_send_queued_packets()
174 … (next_hop_mtu > next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu)) in _nx_icmpv6_send_queued_packets()
178 … next_hop_mtu = next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nx_icmpv6_send_queued_packets()
Dnx_ipv6_packet_send.c110 NX_IPV6_DESTINATION_ENTRY *next_hop_dest_entry_ptr; in _nx_ipv6_packet_send() local
389 … status = _nx_icmpv6_dest_table_find(ip_ptr, next_hop_address, &next_hop_dest_entry_ptr, 0, 0); in _nx_ipv6_packet_send()
396 if ((next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu > 0) && in _nx_ipv6_packet_send()
397 … (next_hop_mtu > next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu)) in _nx_ipv6_packet_send()
401 … next_hop_mtu = next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nx_ipv6_packet_send()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c12268 NX_IPV6_DESTINATION_ENTRY *next_hop_dest_entry_ptr; in _nxd_bsd_ipv6_packet_send() local
12556 … status = _nx_icmpv6_dest_table_find(ip_ptr, next_hop_address, &next_hop_dest_entry_ptr, 0, 0); in _nxd_bsd_ipv6_packet_send()
12562 if ((next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu > 0) && in _nxd_bsd_ipv6_packet_send()
12563 … (next_hop_path_mtu > next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu)) in _nxd_bsd_ipv6_packet_send()
12567 … next_hop_path_mtu = next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nxd_bsd_ipv6_packet_send()