Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_arp_dynamic_entry_delete.c92 if (arp_ptr == arp_ptr -> nx_arp_active_next) in _nx_arp_dynamic_entry_delete()
106 *(arp_ptr -> nx_arp_active_list_head) = arp_ptr -> nx_arp_active_next; in _nx_arp_dynamic_entry_delete()
110 … (arp_ptr -> nx_arp_active_next) -> nx_arp_active_previous = arp_ptr -> nx_arp_active_previous; in _nx_arp_dynamic_entry_delete()
111 … (arp_ptr -> nx_arp_active_previous) -> nx_arp_active_next = arp_ptr -> nx_arp_active_next; in _nx_arp_dynamic_entry_delete()
Dnx_arp_static_entry_delete_internal.c96 if (arp_entry == arp_entry -> nx_arp_active_next) in _nx_arp_static_entry_delete_internal()
110 *(arp_entry -> nx_arp_active_list_head) = arp_entry -> nx_arp_active_next; in _nx_arp_static_entry_delete_internal()
114 (arp_entry -> nx_arp_active_next) -> nx_arp_active_previous = in _nx_arp_static_entry_delete_internal()
116 (arp_entry -> nx_arp_active_previous) -> nx_arp_active_next = in _nx_arp_static_entry_delete_internal()
117 arp_entry -> nx_arp_active_next; in _nx_arp_static_entry_delete_internal()
Dnx_arp_periodic_update.c121 if (arp_entry == arp_entry -> nx_arp_active_next) in _nx_arp_periodic_update()
135 … *(arp_entry -> nx_arp_active_list_head) = arp_entry -> nx_arp_active_next; in _nx_arp_periodic_update()
139 (arp_entry -> nx_arp_active_next) -> nx_arp_active_previous = in _nx_arp_periodic_update()
141 (arp_entry -> nx_arp_active_previous) -> nx_arp_active_next = in _nx_arp_periodic_update()
142 arp_entry -> nx_arp_active_next; in _nx_arp_periodic_update()
Dnx_arp_entry_allocate.c107 arp_entry -> nx_arp_active_next = *arp_list_ptr; in _nx_arp_entry_allocate()
109 (arp_entry -> nx_arp_active_previous) -> nx_arp_active_next = arp_entry; in _nx_arp_entry_allocate()
116 arp_entry -> nx_arp_active_next = arp_entry; in _nx_arp_entry_allocate()
Dnx_arp_entry_delete.c119 search_ptr = search_ptr -> nx_arp_active_next; in _nx_arp_entry_delete()
Dnx_arp_dynamic_entry_set.c145 search_ptr = search_ptr -> nx_arp_active_next; in _nx_arp_dynamic_entry_set()
Dnx_arp_static_entry_create.c139 search_ptr = search_ptr -> nx_arp_active_next; in _nx_arp_static_entry_create()
Dnx_ip_driver_packet_send.c199 arp_ptr = arp_ptr -> nx_arp_active_next; in _nx_ip_driver_packet_send()
Dnx_arp_packet_receive.c482 arp_ptr = arp_ptr -> nx_arp_active_next; in _nx_arp_packet_receive()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_interface_detachment_arp_table_test.c178 arp_ptr = arp_ptr -> nx_arp_active_next; in ntest_0_entry()
220 arp_ptr = arp_ptr -> nx_arp_active_next; in ntest_0_entry()
Dnetx_arp_no_duplicate_entry_test.c389 arp_ptr = arp_ptr -> nx_arp_active_next; in thread_0_entry()
Dnetx_arp_branch_test.c467 arp_entry.nx_arp_active_next = arp_active_list; in thread_0_entry()
470 arp_active_list -> nx_arp_active_next = &arp_entry; in thread_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h1758 *nx_arp_active_next, member
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c11869 arp_ptr = arp_ptr -> nx_arp_active_next; in _nxd_bsd_ipv4_packet_send()