Home
last modified time | relevance | path

Searched refs:mcast_ip (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Deth_legacy.c300 int eth_mcast_join(struct in_addr mcast_ip, int join) in eth_mcast_join() argument
305 mcast_mac[5] = htonl(mcast_ip.s_addr) & 0xff; in eth_mcast_join()
306 mcast_mac[4] = (htonl(mcast_ip.s_addr)>>8) & 0xff; in eth_mcast_join()
307 mcast_mac[3] = (htonl(mcast_ip.s_addr)>>16) & 0x7f; in eth_mcast_join()