taglinefilesource code
IN_MULTICAST47include/net/ip.h#define MULTICAST(x)  (IN_MULTICAST(htonl(x)))
IN_MULTICAST154net/ipv4/devinet.cif(IN_MULTICAST(ntohl(addr)))
IN_MULTICAST129net/ipv4/icmp.cif(atype==IS_BROADCAST || IN_MULTICAST(iph->daddr))