NX_ARP_STRUCT::nx_arp_active_list_head is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_ARP_STRUCT::nx_arp_active_list_head

NX_ARP_STRUCT::nx_arp_active_list_head field

Syntax

struct NX_ARP_STRUCT *nx_arp_active_next, *nx_arp_active_previous, **nx_arp_active_list_head;

References

LocationReferrerText
nx_api.h:1706
**nx_arp_active_list_head;
nx_arp_dynamic_entry_delete.c:84_nx_arp_dynamic_entry_delete()
if (arp_ptr -> nx_arp_active_list_head)
nx_arp_dynamic_entry_delete.c:97_nx_arp_dynamic_entry_delete()
*(arp_ptr -> nx_arp_active_list_head) = NX_NULL;
nx_arp_dynamic_entry_delete.c:105_nx_arp_dynamic_entry_delete()
if (*(arp_ptr -> nx_arp_active_list_head) == arp_ptr)
nx_arp_dynamic_entry_delete.c:107_nx_arp_dynamic_entry_delete()
*(arp_ptr -> nx_arp_active_list_head) = arp_ptr -> nx_arp_active_next;
nx_arp_dynamic_entry_delete.c:116_nx_arp_dynamic_entry_delete()
arp_ptr -> nx_arp_active_list_head = NX_NULL;
nx_arp_entry_allocate.c:107_nx_arp_entry_allocate()
arp_entry -> nx_arp_active_list_head = arp_list_ptr;
nx_arp_entry_allocate.c:116_nx_arp_entry_allocate()
arp_entry -> nx_arp_active_list_head = arp_list_ptr;
nx_arp_periodic_update.c:118_nx_arp_periodic_update()
if (arp_entry -> nx_arp_active_list_head)
nx_arp_periodic_update.c:126_nx_arp_periodic_update()
*(arp_entry -> nx_arp_active_list_head) = NX_NULL;
nx_arp_periodic_update.c:134_nx_arp_periodic_update()
if (*(arp_entry -> nx_arp_active_list_head) == arp_entry)
nx_arp_periodic_update.c:136_nx_arp_periodic_update()
*(arp_entry -> nx_arp_active_list_head) = arp_entry -> nx_arp_active_next;
nx_arp_periodic_update.c:150_nx_arp_periodic_update()
arp_entry -> nx_arp_active_list_head = NX_NULL;
nx_arp_static_entry_delete_internal.c:91_nx_arp_static_entry_delete_internal()
if (arp_entry -> nx_arp_active_list_head)
nx_arp_static_entry_delete_internal.c:101_nx_arp_static_entry_delete_internal()
*(arp_entry -> nx_arp_active_list_head) = NX_NULL;
nx_arp_static_entry_delete_internal.c:109_nx_arp_static_entry_delete_internal()
if (*(arp_entry -> nx_arp_active_list_head) == arp_entry)
nx_arp_static_entry_delete_internal.c:111_nx_arp_static_entry_delete_internal()
*(arp_entry -> nx_arp_active_list_head) = arp_entry -> nx_arp_active_next;
nx_arp_static_entry_delete_internal.c:153_nx_arp_static_entry_delete_internal()
arp_entry -> nx_arp_active_list_head = NX_NULL;

Data Use

Functions writing NX_ARP_STRUCT::nx_arp_active_list_head
Functions reading NX_ARP_STRUCT::nx_arp_active_list_head
NX_ARP_STRUCT::nx_arp_active_list_head
Type of NX_ARP_STRUCT::nx_arp_active_list_head
NX_ARP_STRUCT::nx_arp_active_list_head
all items filtered out