Searched refs:NX_MINIMUM_IPV6_PATH_MTU (Results 1 – 4 of 4) sorted by relevance
192 …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()
167 if (mtu < NX_MINIMUM_IPV6_PATH_MTU) in _nx_ipv6_fragment_process()171 mtu = NX_MINIMUM_IPV6_PATH_MTU; in _nx_ipv6_fragment_process()
350 if (mtu < NX_MINIMUM_IPV6_PATH_MTU) in _nx_icmpv6_process_redirect()
148 #define NX_MINIMUM_IPV6_PATH_MTU 1280 macro