Searched refs:nx_arp_active_list_head (Results 1 – 5 of 5) sorted by relevance
84 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()
91 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()
118 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()
107 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()
1745 **nx_arp_active_list_head; member