Home
last modified time | relevance | path

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

/u-boot/net/
A Deth_legacy.c304 int eth_mcast_join(struct in_addr mcast_ip, int join) in eth_mcast_join() argument
309 mcast_mac[5] = htonl(mcast_ip.s_addr) & 0xff; in eth_mcast_join()
310 mcast_mac[4] = (htonl(mcast_ip.s_addr)>>8) & 0xff; in eth_mcast_join()
311 mcast_mac[3] = (htonl(mcast_ip.s_addr)>>16) & 0x7f; in eth_mcast_join()

Completed in 3 milliseconds