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

NX_IP_IGMP_ENABLE_EVENT macro

Syntax

#define NX_IP_IGMP_ENABLE_EVENT ((ULONG)0x00000400)

References

LocationText
nx_ip.h:86
#define NX_IP_IGMP_ENABLE_EVENT ((ULONG)0x00000400) /* IGMP enable event */
nx_igmp_enable.c:102
tx_event_flags_set(&(ip_ptr -> nx_ip_events), NX_IP_IGMP_ENABLE_EVENT, TX_OR);
nx_ip_thread_entry.c:534
if (ip_events & NX_IP_IGMP_ENABLE_EVENT)