Searched refs:NX_ROUTE_TABLE_MASK (Results 1 – 3 of 3) sorted by relevance
14 #define NX_ARP_TABLE_MASK NX_ROUTE_TABLE_MASK
413 index = (UINT)((sender_ip_address + (sender_ip_address >> 8)) & NX_ROUTE_TABLE_MASK); in _nx_arp_packet_receive()
1003 #define NX_ROUTE_TABLE_MASK (NX_ROUTE_TABLE_SIZE - 1) macro