taglinefilesource code
IS_MULTICAST802net/inet/arp.ccase IS_MULTICAST:
IS_MULTICAST155net/inet/devinet.creturn IS_MULTICAST;
IS_MULTICAST1709net/inet/ip.cif (brd != IS_BROADCAST && brd!=IS_MULTICAST)
IS_MULTICAST3612net/inet/tcp.cif ((atype=ip_chk_addr(usin->sin_addr.s_addr)) == IS_BROADCAST || atype==IS_MULTICAST)