Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/inc/
Dnx_icmpv6.h334_nx_icmpv6_send_error_message((ip_ptr), (packet), (ULONG)((NX_ICMPV6_DEST_UNREACHABLE_TYPE << 24) …
338_nx_icmpv6_send_error_message((ip_ptr), (packet), ((NX_ICMPV6_PACKET_TOO_BIG_TYPE << 24) | ((code)…
342_nx_icmpv6_send_error_message((ip_ptr), (packet), (ULONG)((NX_ICMPV6_TIME_EXCEED_TYPE << 24) | ((c…
345_nx_icmpv6_send_error_message((ip_ptr), (packet), (ULONG)((NX_ICMPV6_PARAMETER_PROBLEM_TYPE << 24)…
391 VOID _nx_icmpv6_send_error_message(NX_IP *ip_ptr, NX_PACKET *packet, ULONG word1, ULONG pointer);
/NetX-Duo-v6.2.1/common/src/
Dnx_icmpv6_send_error_message.c99 VOID _nx_icmpv6_send_error_message(NX_IP *ip_ptr, NX_PACKET *offending_packet, in _nx_icmpv6_send_error_message() function