taglinefilesource code
IS_MULTICAST864net/inet/af_inet.cif (addr->sin_addr.s_addr != 0 && chk_addr_ret != IS_MYADDR && chk_addr_ret != IS_MULTICAST)
IS_MULTICAST826net/inet/arp.ccase IS_MULTICAST:
IS_MULTICAST154net/inet/devinet.creturn IS_MULTICAST;
IS_MULTICAST128net/inet/icmp.cif(atype==IS_BROADCAST || atype==IS_MULTICAST)
IS_MULTICAST1598net/inet/ip.cif(brd==IS_MULTICAST && iph->daddr!=IGMP_ALL_HOSTS && !(dev->flags&IFF_LOOPBACK))
IS_MULTICAST1732net/inet/ip.cif (brd != IS_BROADCAST && brd!=IS_MULTICAST)
IS_MULTICAST4299net/inet/tcp.cif ((atype=ip_chk_addr(usin->sin_addr.s_addr)) == IS_BROADCAST || atype==IS_MULTICAST)