Home
last modified time | relevance | path

Searched refs:nx_arp_active_list_head (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.3.0/common/src/
Dnx_arp_dynamic_entry_delete.c84 if (arp_ptr -> nx_arp_active_list_head) in _nx_arp_dynamic_entry_delete()
97 *(arp_ptr -> nx_arp_active_list_head) = NX_NULL; in _nx_arp_dynamic_entry_delete()
105 if (*(arp_ptr -> nx_arp_active_list_head) == arp_ptr) in _nx_arp_dynamic_entry_delete()
107 *(arp_ptr -> nx_arp_active_list_head) = arp_ptr -> nx_arp_active_next; in _nx_arp_dynamic_entry_delete()
116 arp_ptr -> nx_arp_active_list_head = NX_NULL; in _nx_arp_dynamic_entry_delete()
Dnx_arp_static_entry_delete_internal.c91 if (arp_entry -> nx_arp_active_list_head) in _nx_arp_static_entry_delete_internal()
101 *(arp_entry -> nx_arp_active_list_head) = NX_NULL; in _nx_arp_static_entry_delete_internal()
109 if (*(arp_entry -> nx_arp_active_list_head) == arp_entry) in _nx_arp_static_entry_delete_internal()
111 *(arp_entry -> nx_arp_active_list_head) = arp_entry -> nx_arp_active_next; in _nx_arp_static_entry_delete_internal()
153 arp_entry -> nx_arp_active_list_head = NX_NULL; in _nx_arp_static_entry_delete_internal()
Dnx_arp_periodic_update.c118 if (arp_entry -> nx_arp_active_list_head) in _nx_arp_periodic_update()
126 *(arp_entry -> nx_arp_active_list_head) = NX_NULL; in _nx_arp_periodic_update()
134 if (*(arp_entry -> nx_arp_active_list_head) == arp_entry) in _nx_arp_periodic_update()
136 … *(arp_entry -> nx_arp_active_list_head) = arp_entry -> nx_arp_active_next; in _nx_arp_periodic_update()
150 arp_entry -> nx_arp_active_list_head = NX_NULL; in _nx_arp_periodic_update()
Dnx_arp_entry_allocate.c107 arp_entry -> nx_arp_active_list_head = arp_list_ptr; in _nx_arp_entry_allocate()
116 arp_entry -> nx_arp_active_list_head = arp_list_ptr; in _nx_arp_entry_allocate()
/NetX-Duo-v6.3.0/common/inc/
Dnx_api.h1745 **nx_arp_active_list_head; member