Home
last modified time | relevance | path

Searched refs:NX_TRACE_ARP_EVENTS (Results 1 – 14 of 14) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnxd_nd_cache_invalidate.c83 …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()
Dnxd_nd_cache_entry_delete.c87 …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()
Dnx_arp_static_entries_delete.c85 …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()
Dnx_arp_dynamic_entries_invalidate.c81 …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()
Dnxd_nd_cache_entry_set.c92 0, NX_TRACE_ARP_EVENTS, 0, 0); in _nxd_nd_cache_entry_set()
Dnxd_nd_cache_ip_address_find.c115 …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()
Dnx_arp_static_entry_delete.c88 …RP_STATIC_ENTRY_DELETE, ip_ptr, ip_address, physical_msw, physical_lsw, NX_TRACE_ARP_EVENTS, 0, 0); in _nx_arp_static_entry_delete()
Dnx_arp_enable.c84 …NSERT(NX_TRACE_ARP_ENABLE, ip_ptr, arp_cache_memory, arp_cache_size, 0, NX_TRACE_ARP_EVENTS, 0, 0); in _nx_arp_enable()
Dnx_arp_info_get.c96 …-> nx_ip_arp_responses_received, ip_ptr -> nx_ip_arp_requests_received, NX_TRACE_ARP_EVENTS, 0, 0); in _nx_arp_info_get()
Dnx_arp_ip_address_find.c90 …_TRACE_ARP_IP_ADDRESS_FIND, ip_ptr, 0, physical_msw, physical_lsw, NX_TRACE_ARP_EVENTS, &trace_eve… in _nx_arp_ip_address_find()
Dnx_arp_hardware_address_find.c90 …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()
Dnx_arp_dynamic_entry_set.c98 …_ARP_DYNAMIC_ENTRY_SET, ip_ptr, ip_address, physical_msw, physical_lsw, NX_TRACE_ARP_EVENTS, 0, 0); in _nx_arp_dynamic_entry_set()
Dnx_arp_static_entry_create.c95 …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/
Dnx_api.h284 #define NX_TRACE_ARP_EVENTS 0x00010000 /* NetX ARP events … macro