Searched refs:IS_MULTICAST (Results 1 – 2 of 2) sorted by relevance
191 #define IS_MULTICAST(_hdr) (*(A_UINT8 *)(_hdr) & 0x1) macro
4605 is_mcast = (IS_MULTICAST(wh->i_addr1)) ? 1 : 0;4607 is_mcast = (IS_MULTICAST(eth_hdr->ether_dhost)) ? 1 : 0;