Home
last modified time | relevance | path

Searched refs:nx_ip_arp_table (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_arp_dynamic_entry_set.c125 arp_list_head = ip_ptr -> nx_ip_arp_table[index]; in _nx_arp_dynamic_entry_set()
178 status = _nx_arp_entry_allocate(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_FALSE); in _nx_arp_dynamic_entry_set()
194 arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous; in _nx_arp_dynamic_entry_set()
Dnx_ip_driver_packet_send.c184 arp_ptr = ip_ptr -> nx_ip_arp_table[index]; in _nx_ip_driver_packet_send()
202 if (arp_ptr == ip_ptr -> nx_ip_arp_table[index]) in _nx_ip_driver_packet_send()
223 ip_ptr -> nx_ip_arp_table[index] = arp_ptr; in _nx_ip_driver_packet_send()
353 … ((ip_ptr -> nx_ip_arp_allocate)(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_FALSE))) in _nx_ip_driver_packet_send()
375 arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous; in _nx_ip_driver_packet_send()
Dnx_arp_static_entry_create.c119 arp_list_head = ip_ptr -> nx_ip_arp_table[index]; in _nx_arp_static_entry_create()
228 status = _nx_arp_entry_allocate(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_TRUE); in _nx_arp_static_entry_create()
244 arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous; in _nx_arp_static_entry_create()
Dnx_arp_packet_receive.c416 arp_ptr = ip_ptr -> nx_ip_arp_table[index]; in _nx_arp_packet_receive()
485 if (arp_ptr == ip_ptr -> nx_ip_arp_table[index]) in _nx_arp_packet_receive()
511 …if (((ip_ptr -> nx_ip_arp_allocate)(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_FALSE)) == NX_… in _nx_arp_packet_receive()
515 arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous; in _nx_arp_packet_receive()
Dnx_arp_entry_delete.c98 arp_list_head = ip_ptr -> nx_ip_arp_table[index]; in _nx_arp_entry_delete()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_interface_detachment_arp_table_test.c164 arp_ptr = ip_0.nx_ip_arp_table[i]; in ntest_0_entry()
181 if(arp_ptr == ip_0.nx_ip_arp_table[i]) in ntest_0_entry()
200 arp_ptr = ip_0.nx_ip_arp_table[i]; in ntest_0_entry()
223 if(arp_ptr == ip_0.nx_ip_arp_table[i]) in ntest_0_entry()
Dnetx_arp_no_duplicate_entry_test.c372 arp_ptr = ip_0.nx_ip_arp_table[index]; in thread_0_entry()
380 if (arp_ptr == ip_0.nx_ip_arp_table[index]) in thread_0_entry()
Dnetx_arp_branch_test.c138 ip_0.nx_ip_arp_table[10] -> nx_arp_active_list_head = NX_NULL; in thread_0_entry()
139 _nx_arp_static_entry_delete_internal(&ip_0, ip_0.nx_ip_arp_table[10]); in thread_0_entry()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c11690 arp_ptr = ip_ptr -> nx_ip_arp_table[index]; in _nxd_bsd_ipv4_packet_send()
11854 arp_ptr = ip_ptr -> nx_ip_arp_table[index]; in _nxd_bsd_ipv4_packet_send()
11872 if (arp_ptr == ip_ptr -> nx_ip_arp_table[index]) in _nxd_bsd_ipv4_packet_send()
11898 ip_ptr -> nx_ip_arp_table[index] = arp_ptr; in _nxd_bsd_ipv4_packet_send()
12051 … ((ip_ptr -> nx_ip_arp_allocate)(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_FALSE))) in _nxd_bsd_ipv4_packet_send()
12073 arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous; in _nxd_bsd_ipv4_packet_send()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h2945 *nx_ip_arp_table[NX_ARP_TABLE_SIZE]; member