Home
last modified time | relevance | path

Searched refs:nx_arp_active_previous (Results 1 – 11 of 11) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_arp_entry_allocate.c108 arp_entry -> nx_arp_active_previous = (*arp_list_ptr) -> nx_arp_active_previous; in _nx_arp_entry_allocate()
109 (arp_entry -> nx_arp_active_previous) -> nx_arp_active_next = arp_entry; in _nx_arp_entry_allocate()
110 (*arp_list_ptr) -> nx_arp_active_previous = arp_entry; in _nx_arp_entry_allocate()
117 arp_entry -> nx_arp_active_previous = arp_entry; in _nx_arp_entry_allocate()
Dnx_arp_dynamic_entry_delete.c110 … (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.c114 (arp_entry -> nx_arp_active_next) -> nx_arp_active_previous = in _nx_arp_static_entry_delete_internal()
115 arp_entry -> 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()
Dnx_arp_periodic_update.c139 (arp_entry -> nx_arp_active_next) -> nx_arp_active_previous = in _nx_arp_periodic_update()
140 arp_entry -> 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()
Dnx_arp_dynamic_entry_set.c194 arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous; in _nx_arp_dynamic_entry_set()
Dnx_arp_static_entry_create.c244 arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous; in _nx_arp_static_entry_create()
Dnx_ip_driver_packet_send.c375 arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous; in _nx_ip_driver_packet_send()
Dnx_arp_packet_receive.c515 arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous; in _nx_arp_packet_receive()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_arp_branch_test.c468 arp_entry.nx_arp_active_previous = &arp_entry; in thread_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h1759 *nx_arp_active_previous, member
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c12073 arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous; in _nxd_bsd_ipv4_packet_send()