Searched refs:NX_TRACE_ARP_EVENTS (Results 1 – 14 of 14) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nxd_nd_cache_invalidate.c | 83 …NX_TRACE_IN_LINE_INSERT(NXD_TRACE_ND_CACHE_INVALIDATE, ip_ptr, 0, 0, 0, NX_TRACE_ARP_EVENTS, 0, 0); in _nxd_nd_cache_invalidate()
|
| D | nxd_nd_cache_entry_delete.c | 87 …NX_TRACE_IN_LINE_INSERT(NXD_TRACE_ND_CACHE_DELETE, dest_ip[3], 0, 0, 0, NX_TRACE_ARP_EVENTS, 0, 0); in _nxd_nd_cache_entry_delete()
|
| D | nx_arp_static_entries_delete.c | 85 …N_LINE_INSERT(NX_TRACE_ARP_STATIC_ENTRIES_DELETE, ip_ptr, 0, 0, 0, NX_TRACE_ARP_EVENTS, &trace_eve… in _nx_arp_static_entries_delete()
|
| D | nx_arp_dynamic_entries_invalidate.c | 81 …IES_INVALIDATE, ip_ptr, ip_ptr -> nx_ip_arp_dynamic_active_count, 0, 0, NX_TRACE_ARP_EVENTS, 0, 0); in _nx_arp_dynamic_entries_invalidate()
|
| D | nxd_nd_cache_entry_set.c | 92 0, NX_TRACE_ARP_EVENTS, 0, 0); in _nxd_nd_cache_entry_set()
|
| D | nxd_nd_cache_ip_address_find.c | 115 …ip_ptr, ip_address -> nxd_ip_address.v6[3], physical_msw, physical_lsw, NX_TRACE_ARP_EVENTS, 0, 0); in _nxd_nd_cache_ip_address_find()
|
| D | nx_arp_static_entry_delete.c | 88 …RP_STATIC_ENTRY_DELETE, ip_ptr, ip_address, physical_msw, physical_lsw, NX_TRACE_ARP_EVENTS, 0, 0); in _nx_arp_static_entry_delete()
|
| D | nx_arp_enable.c | 84 …NSERT(NX_TRACE_ARP_ENABLE, ip_ptr, arp_cache_memory, arp_cache_size, 0, NX_TRACE_ARP_EVENTS, 0, 0); in _nx_arp_enable()
|
| D | nx_arp_info_get.c | 96 …-> nx_ip_arp_responses_received, ip_ptr -> nx_ip_arp_requests_received, NX_TRACE_ARP_EVENTS, 0, 0); in _nx_arp_info_get()
|
| D | nx_arp_ip_address_find.c | 90 …_TRACE_ARP_IP_ADDRESS_FIND, ip_ptr, 0, physical_msw, physical_lsw, NX_TRACE_ARP_EVENTS, &trace_eve… in _nx_arp_ip_address_find()
|
| D | nx_arp_hardware_address_find.c | 90 …SERT(NX_TRACE_ARP_HARDWARE_ADDRESS_FIND, ip_ptr, ip_address, 0, 0, NX_TRACE_ARP_EVENTS, &trace_eve… in _nx_arp_hardware_address_find()
|
| D | nx_arp_dynamic_entry_set.c | 98 …_ARP_DYNAMIC_ENTRY_SET, ip_ptr, ip_address, physical_msw, physical_lsw, NX_TRACE_ARP_EVENTS, 0, 0); in _nx_arp_dynamic_entry_set()
|
| D | nx_arp_static_entry_create.c | 95 …RP_STATIC_ENTRY_CREATE, ip_ptr, ip_address, physical_msw, physical_lsw, NX_TRACE_ARP_EVENTS, 0, 0); in _nx_arp_static_entry_create()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 284 #define NX_TRACE_ARP_EVENTS 0x00010000 /* NetX ARP events … macro
|