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

NX_ARP_STRUCT::nx_arp_ip_address field

Syntax

ULONG nx_arp_ip_address;

References

LocationReferrerText
nx_api.h:1709
ULONG nx_arp_ip_address;
nx_arp_dynamic_entry_set.c:135_nx_arp_dynamic_entry_set()
if (search_ptr -> nx_arp_ip_address == ip_address)
nx_arp_dynamic_entry_set.c:199_nx_arp_dynamic_entry_set()
arp_ptr -> nx_arp_ip_address = ip_address;
nx_arp_entry_delete.c:109_nx_arp_entry_delete()
if (search_ptr -> nx_arp_ip_address == ip_address)
nx_arp_hardware_address_find.c:103_nx_arp_hardware_address_find()
if ((arp_entry -> nx_arp_ip_address == ip_address) &&
nx_arp_hardware_address_find.c:157_nx_arp_hardware_address_find()
if ((arp_entry -> nx_arp_ip_address == ip_address) &&
nx_arp_ip_address_find.c:137_nx_arp_ip_address_find()
*ip_address = arp_entry -> nx_arp_ip_address;
nx_arp_ip_address_find.c:193_nx_arp_ip_address_find()
*ip_address = arp_entry -> nx_arp_ip_address;
nx_arp_packet_receive.c:422_nx_arp_packet_receive()
if (arp_ptr -> nx_arp_ip_address == sender_ip_address)
nx_arp_packet_receive.c:516_nx_arp_packet_receive()
arp_ptr -> nx_arp_ip_address = sender_ip_address;
nx_arp_periodic_update.c:228_nx_arp_periodic_update()
_nx_arp_packet_send(ip_ptr, arp_entry -> nx_arp_ip_address, arp_entry -> nx_arp_ip_interface);
nx_arp_static_entry_create.c:129_nx_arp_static_entry_create()
if (search_ptr -> nx_arp_ip_address == ip_address)
nx_arp_static_entry_create.c:253_nx_arp_static_entry_create()
arp_ptr -> nx_arp_ip_address = ip_address;
nx_arp_static_entry_delete.c:101_nx_arp_static_entry_delete()
if ((arp_entry -> nx_arp_ip_address == ip_address) &&
nx_ip_driver_packet_send.c:192_nx_ip_driver_packet_send()
if (arp_ptr -> nx_arp_ip_address == destination_ip)
nx_ip_driver_packet_send.c:379_nx_ip_driver_packet_send()
arp_ptr -> nx_arp_ip_address = destination_ip;

Data Use

Type of NX_ARP_STRUCT::nx_arp_ip_address
NX_ARP_STRUCT::nx_arp_ip_address
all items filtered out