NX_ARP_TABLE_MASK is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_ARP_TABLE_MASK macro

Syntax

#define NX_ARP_TABLE_MASK (NX_ARP_TABLE_SIZE - 1)

References

LocationText
nx_api.h:988
#define NX_ARP_TABLE_MASK (NX_ARP_TABLE_SIZE - 1)
nx_arp_dynamic_entry_set.c:123
index = (UINT)((ip_address + (ip_address >> 8)) & NX_ARP_TABLE_MASK);
nx_arp_entry_delete.c:96
index = (UINT)((ip_address + (ip_address >> 8)) & NX_ARP_TABLE_MASK);
nx_arp_packet_receive.c:402
index = (UINT)((sender_ip_address + (sender_ip_address >> 8)) & NX_ARP_TABLE_MASK);
nx_arp_packet_receive.c:505
index = (UINT)((sender_ip_address + (sender_ip_address >> 8)) & NX_ARP_TABLE_MASK);
nx_arp_static_entry_create.c:117
index = (UINT)((ip_address + (ip_address >> 8)) & NX_ARP_TABLE_MASK);
nx_ip_driver_packet_send.c:182
index = (UINT)((destination_ip + (destination_ip >> 8)) & NX_ARP_TABLE_MASK);