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

NX_IP_STRUCT::nx_ip_arp_queue_process field

Syntax

void (*nx_ip_arp_queue_process)(struct NX_IP_STRUCT *);

References

LocationReferrerScopeText
nx_api.h:2838
void (*nx_ip_arp_queue_process)(struct NX_IP_STRUCT *);
nx_arp_enable.c:137_nx_arp_queue_process()_nx_arp_enable()
ip_ptr -> nx_ip_arp_queue_process = _nx_arp_queue_process;
nx_arp_packet_deferred_receive.c:91_nx_arp_packet_deferred_receive()
if (!ip_ptr -> nx_ip_arp_queue_process)
nx_ip_thread_entry.c:510_nx_ip_thread_entry()
if ((ip_events & NX_IP_ARP_REC_EVENT) && (ip_ptr -> nx_ip_arp_queue_process))
nx_ip_thread_entry.c:514_nx_ip_thread_entry()
(ip_ptr -> nx_ip_arp_queue_process)(ip_ptr);

Call Tree

Functions calling NX_IP_STRUCT::nx_ip_arp_queue_process
all items filtered out
NX_IP_STRUCT::nx_ip_arp_queue_process
Functions writing NX_IP_STRUCT::nx_ip_arp_queue_process
Functions reading NX_IP_STRUCT::nx_ip_arp_queue_process
all items filtered out
NX_IP_STRUCT::nx_ip_arp_queue_process
Implementations
all items filtered out
NX_IP_STRUCT::nx_ip_arp_queue_process