NX_IP_ICMP_EVENT is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_IP_ICMP_EVENT macro

Syntax

#define NX_IP_ICMP_EVENT ((ULONG)0x00000004)

References

LocationText
nx_ip.h:76
#define NX_IP_ICMP_EVENT ((ULONG)0x00000004) /* ICMP message event */
nx_icmp_packet_receive.c:190
tx_event_flags_set(&(ip_ptr -> nx_ip_events), NX_IP_ICMP_EVENT, TX_OR);
nx_ip_thread_entry.c:573
if (ip_events & NX_IP_ICMP_EVENT)