Searched refs:NX_ARP_TABLE_MASK (Results 1 – 8 of 8) sorted by relevance
95 index = (UINT)((ip_address + (ip_address >> 8)) & NX_ARP_TABLE_MASK); in _nx_arp_entry_delete()
122 index = (UINT)((ip_address + (ip_address >> 8)) & NX_ARP_TABLE_MASK); in _nx_arp_dynamic_entry_set()
404 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()
116 index = (UINT)((ip_address + (ip_address >> 8)) & NX_ARP_TABLE_MASK); in _nx_arp_static_entry_create()
181 index = (UINT)((destination_ip + (destination_ip >> 8)) & NX_ARP_TABLE_MASK); in _nx_ip_driver_packet_send()
14 #define NX_ARP_TABLE_MASK NX_ROUTE_TABLE_MASK macro369 …ADDRESS(0x01, 0x02, 0x03, 0x05) + (IP_ADDRESS(0x01, 0x02, 0x03, 0x05) >> 8)) & NX_ARP_TABLE_MASK); in thread_0_entry()
1017 #define NX_ARP_TABLE_MASK (NX_ARP_TABLE_SIZE - 1) macro
11684 index = (UINT) ((destination_ip + (destination_ip >> 8)) & NX_ARP_TABLE_MASK); in _nxd_bsd_ipv4_packet_send()