Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dethernet.h105 #define ETHER_FILL_MCAST_ADDR_FROM_IP(ea, mgrp_ip) { \ argument
109 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \
110 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \
111 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \