Searched refs:NX_IP_MULTICAST_MASK (Results 1 – 7 of 7) sorted by relevance
120 …_ip_driver_physical_address_lsw = NX_IP_MULTICAST_LOWER | (group_address & NX_IP_MULTICAST_MASK); in _nx_igmp_multicast_interface_leave_internal()
143 …_ip_driver_physical_address_lsw = NX_IP_MULTICAST_LOWER | (group_address & NX_IP_MULTICAST_MASK); in _nx_igmp_multicast_interface_join_internal()
169 …_ip_driver_physical_address_lsw = NX_IP_MULTICAST_LOWER | (destination_ip & NX_IP_MULTICAST_MASK); in _nx_ip_driver_packet_send()
547 …ver_physical_address_lsw = NX_IP_MULTICAST_LOWER | (NX_ALL_HOSTS_ADDRESS & NX_IP_MULTICAST_MASK); in _nx_ip_thread_entry()
172 …physical_address_lsw = NX_IP_MULTICAST_LOWER | (IP_ADDRESS(224, 0, 0, 2) & NX_IP_MULTICAST_MASK); in ntest_0_entry()
995 #define NX_IP_MULTICAST_MASK ((ULONG)0x007FFFFF) /* Mask to pickup the lower 23 b… macro
11535 …_ip_driver_physical_address_lsw = NX_IP_MULTICAST_LOWER | (destination_ip & NX_IP_MULTICAST_MASK); in _nxd_bsd_ipv4_packet_send()