Searched refs:mcast_ip (Results 1 – 1 of 1) sorted by relevance
298 int eth_mcast_join(struct in_addr mcast_ip, int join) in eth_mcast_join() argument303 mcast_mac[5] = htonl(mcast_ip.s_addr) & 0xff; in eth_mcast_join()304 mcast_mac[4] = (htonl(mcast_ip.s_addr)>>8) & 0xff; in eth_mcast_join()305 mcast_mac[3] = (htonl(mcast_ip.s_addr)>>16) & 0x7f; in eth_mcast_join()