taglinefilesource code
IS_MULTICAST894net/ipv4/af_inet.cif (addr->sin_addr.s_addr != 0 && chk_addr_ret != IS_MYADDR && chk_addr_ret != IS_MULTICAST)
IS_MULTICAST928net/ipv4/arp.ccase IS_MULTICAST:
IS_MULTICAST1170net/ipv4/arp.ccase IS_MULTICAST:
IS_MULTICAST155net/ipv4/devinet.creturn IS_MULTICAST;
IS_MULTICAST194net/ipv4/icmp.cif(atype==IS_BROADCAST || atype==IS_MULTICAST)
IS_MULTICAST1435net/ipv4/ip.cif(t==IS_MULTICAST||t==IS_BROADCAST)
IS_MULTICAST1494net/ipv4/ip.cif(brd==IS_MULTICAST && iph->daddr!=IGMP_ALL_HOSTS && !(dev->flags&IFF_LOOPBACK))
IS_MULTICAST1653net/ipv4/ip.cif (brd != IS_BROADCAST && brd!=IS_MULTICAST)
IS_MULTICAST4297net/ipv4/tcp.cif ((atype=ip_chk_addr(usin->sin_addr.s_addr)) == IS_BROADCAST || atype==IS_MULTICAST)