Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_arp_entry_delete.c81 NX_ARP *arp_list_head; in _nx_arp_entry_delete() local
98 arp_list_head = ip_ptr -> nx_ip_arp_table[index]; in _nx_arp_entry_delete()
101 search_ptr = arp_list_head; in _nx_arp_entry_delete()
123 if (search_ptr == arp_list_head) in _nx_arp_entry_delete()
Dnx_arp_dynamic_entry_set.c91 NX_ARP *arp_list_head; in _nx_arp_dynamic_entry_set() local
125 arp_list_head = ip_ptr -> nx_ip_arp_table[index]; in _nx_arp_dynamic_entry_set()
128 search_ptr = arp_list_head; in _nx_arp_dynamic_entry_set()
149 if (search_ptr == arp_list_head) in _nx_arp_dynamic_entry_set()
Dnx_arp_static_entry_create.c88 NX_ARP *arp_list_head; in _nx_arp_static_entry_create() local
119 arp_list_head = ip_ptr -> nx_ip_arp_table[index]; in _nx_arp_static_entry_create()
122 search_ptr = arp_list_head; in _nx_arp_static_entry_create()
143 if (search_ptr == arp_list_head) in _nx_arp_static_entry_create()