Home
last modified time | relevance | path

Searched refs:NX_ARP_TABLE_MASK (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_arp_entry_delete.c95 index = (UINT)((ip_address + (ip_address >> 8)) & NX_ARP_TABLE_MASK); in _nx_arp_entry_delete()
Dnx_arp_dynamic_entry_set.c122 index = (UINT)((ip_address + (ip_address >> 8)) & NX_ARP_TABLE_MASK); in _nx_arp_dynamic_entry_set()
Dnx_arp_packet_receive.c404 index = (UINT)((sender_ip_address + (sender_ip_address >> 8)) & NX_ARP_TABLE_MASK); in _nx_arp_packet_receive()
507 index = (UINT)((sender_ip_address + (sender_ip_address >> 8)) & NX_ARP_TABLE_MASK); in _nx_arp_packet_receive()
Dnx_arp_static_entry_create.c116 index = (UINT)((ip_address + (ip_address >> 8)) & NX_ARP_TABLE_MASK); in _nx_arp_static_entry_create()
Dnx_ip_driver_packet_send.c181 index = (UINT)((destination_ip + (destination_ip >> 8)) & NX_ARP_TABLE_MASK); in _nx_ip_driver_packet_send()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_arp_no_duplicate_entry_test.c14 #define NX_ARP_TABLE_MASK NX_ROUTE_TABLE_MASK macro
369 …ADDRESS(0x01, 0x02, 0x03, 0x05) + (IP_ADDRESS(0x01, 0x02, 0x03, 0x05) >> 8)) & NX_ARP_TABLE_MASK); in thread_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h1017 #define NX_ARP_TABLE_MASK (NX_ARP_TABLE_SIZE - 1) macro
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c11684 index = (UINT) ((destination_ip + (destination_ip >> 8)) & NX_ARP_TABLE_MASK); in _nxd_bsd_ipv4_packet_send()