Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c12267 UINT next_hop_path_mtu; in _nxd_bsd_ipv6_packet_send() local
12552 next_hop_path_mtu = dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; 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()
12567next_hop_path_mtu = next_hop_dest_entry_ptr -> nx_ipv6_destination_entry_path_mtu; in _nxd_bsd_ipv6_packet_send()
12572 if ((next_hop_path_mtu > 0) && in _nxd_bsd_ipv6_packet_send()
12573 (packet_ptr -> nx_packet_length > next_hop_path_mtu)) in _nxd_bsd_ipv6_packet_send()
12577 _nx_ipv6_fragment_process(&driver_request, next_hop_path_mtu); in _nxd_bsd_ipv6_packet_send()