NX_IP_STRUCT::nx_ip_arp_table is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_IP_STRUCT::nx_ip_arp_table

NX_IP_STRUCT::nx_ip_arp_table field

Syntax

struct NX_ARP_STRUCT *nx_ip_arp_table[NX_ARP_TABLE_SIZE];

References

LocationReferrerText
nx_api.h:2809
*nx_ip_arp_table[NX_ARP_TABLE_SIZE];
nx_arp_dynamic_entry_set.c:126_nx_arp_dynamic_entry_set()
arp_list_head = ip_ptr -> nx_ip_arp_table[index];
nx_arp_dynamic_entry_set.c:179_nx_arp_dynamic_entry_set()
status = _nx_arp_entry_allocate(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_FALSE);
nx_arp_dynamic_entry_set.c:195_nx_arp_dynamic_entry_set()
arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous;
nx_arp_entry_delete.c:99_nx_arp_entry_delete()
arp_list_head = ip_ptr -> nx_ip_arp_table[index];
nx_arp_packet_receive.c:414_nx_arp_packet_receive()
arp_ptr = ip_ptr -> nx_ip_arp_table[index];
nx_arp_packet_receive.c:483_nx_arp_packet_receive()
if (arp_ptr == ip_ptr -> nx_ip_arp_table[index])
nx_arp_packet_receive.c:509_nx_arp_packet_receive()
if (((ip_ptr -> nx_ip_arp_allocate)(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_FALSE)) == NX_SUCCESS)
nx_arp_packet_receive.c:513_nx_arp_packet_receive()
arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous;
nx_arp_static_entry_create.c:120_nx_arp_static_entry_create()
arp_list_head = ip_ptr -> nx_ip_arp_table[index];
nx_arp_static_entry_create.c:229_nx_arp_static_entry_create()
status = _nx_arp_entry_allocate(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_TRUE);
nx_arp_static_entry_create.c:245_nx_arp_static_entry_create()
arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous;
nx_ip_driver_packet_send.c:185_nx_ip_driver_packet_send()
arp_ptr = ip_ptr -> nx_ip_arp_table[index];
nx_ip_driver_packet_send.c:203_nx_ip_driver_packet_send()
if (arp_ptr == ip_ptr -> nx_ip_arp_table[index])
nx_ip_driver_packet_send.c:224_nx_ip_driver_packet_send()
ip_ptr -> nx_ip_arp_table[index] = arp_ptr;
nx_ip_driver_packet_send.c:354_nx_ip_driver_packet_send()
((ip_ptr -> nx_ip_arp_allocate)(ip_ptr, &(ip_ptr -> nx_ip_arp_table[index]), NX_FALSE)))
nx_ip_driver_packet_send.c:376_nx_ip_driver_packet_send()
arp_ptr = (ip_ptr -> nx_ip_arp_table[index]) -> nx_arp_active_previous;

Data Use

Functions reading NX_IP_STRUCT::nx_ip_arp_table
NX_IP_STRUCT::nx_ip_arp_table
Type of NX_IP_STRUCT::nx_ip_arp_table
NX_IP_STRUCT::nx_ip_arp_table
all items filtered out