Searched refs:_nx_icmpv6_send_error_message (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.2.1/common/inc/ |
D | nx_icmpv6.h | 334 …_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/ |
D | nx_icmpv6_send_error_message.c | 99 VOID _nx_icmpv6_send_error_message(NX_IP *ip_ptr, NX_PACKET *offending_packet, in _nx_icmpv6_send_error_message() function
|