Home
last modified time | relevance | path

Searched refs:NX_IP_ICMP_EVENT (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.4.1/common/src/
Dnx_icmp_packet_receive.c189 tx_event_flags_set(&(ip_ptr -> nx_ip_events), NX_IP_ICMP_EVENT, TX_OR); in _nx_icmp_packet_receive()
Dnx_ip_thread_entry.c572 if (ip_events & NX_IP_ICMP_EVENT) in _nx_ip_thread_entry()
/NetX-Duo-v6.4.1/common/inc/
Dnx_ip.h75 #define NX_IP_ICMP_EVENT ((ULONG)0x00000004) /* ICMP message event */ macro