Lines Matching defs:multicast
310 unsigned char multicast[6];
313 multicast[0] = 0x01;
314 multicast[1] = 0x00;
315 multicast[2] = 0x5e;
316 multicast[3] = (hdestip >> 16) & 0x7;
317 multicast[4] = (hdestip >> 8) & 0xff;
318 multicast[5] = hdestip & 0xff;
319 eth_transmit(multicast, IP, len, buf);
864 /* Only join a group if we are given a multicast ip, this way
865 * code can be given a non-multicast (broadcast or unicast ip)