Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/common/src/
Dnx_icmpv6_send_error_message.c192 …if ((bytes_to_copy + sizeof(NX_ICMPV6_ERROR) + sizeof(NX_IPV6_HEADER)) >= NX_MINIMUM_IPV6_PATH_MTU) in _nx_icmpv6_send_error_message()
196 …bytes_to_copy = (UINT)(NX_MINIMUM_IPV6_PATH_MTU - (sizeof(NX_IPV6_HEADER) + sizeof(NX_ICMPV6_ERROR… in _nx_icmpv6_send_error_message()
Dnx_ipv6_fragment_process.c167 if (mtu < NX_MINIMUM_IPV6_PATH_MTU) in _nx_ipv6_fragment_process()
171 mtu = NX_MINIMUM_IPV6_PATH_MTU; in _nx_ipv6_fragment_process()
Dnx_icmpv6_process_redirect.c350 if (mtu < NX_MINIMUM_IPV6_PATH_MTU) in _nx_icmpv6_process_redirect()
/NetX-Duo-v6.4.1/common/inc/
Dnx_icmpv6.h148 #define NX_MINIMUM_IPV6_PATH_MTU 1280 macro