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

NX_IP_STRUCT::nx_ip_arp_gratuitous_response_handler field

Syntax

void (*nx_ip_arp_gratuitous_response_handler)(struct NX_IP_STRUCT *, NX_PACKET *);

References

LocationReferrerText
nx_api.h:2846
void (*nx_ip_arp_gratuitous_response_handler)(struct NX_IP_STRUCT *, NX_PACKET *);
nx_arp_gratuitous_send.c:89_nx_arp_gratuitous_send()
ip_ptr -> nx_ip_arp_gratuitous_response_handler = response_handler;
nx_arp_packet_receive.c:228_nx_arp_packet_receive()
if (ip_ptr -> nx_ip_arp_gratuitous_response_handler)
nx_arp_packet_receive.c:233_nx_arp_packet_receive()
(ip_ptr -> nx_ip_arp_gratuitous_response_handler)(ip_ptr, packet_ptr);

Call Tree

Functions calling NX_IP_STRUCT::nx_ip_arp_gratuitous_response_handler
all items filtered out
NX_IP_STRUCT::nx_ip_arp_gratuitous_response_handler
Functions writing NX_IP_STRUCT::nx_ip_arp_gratuitous_response_handler
Functions reading NX_IP_STRUCT::nx_ip_arp_gratuitous_response_handler
all items filtered out
NX_IP_STRUCT::nx_ip_arp_gratuitous_response_handler
all items filtered out