Lines Matching defs:broadcast
637 static inline void ip_ib_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf)
640 unsigned char scope = broadcast[5] & 0xF;
648 buf[5] = 0x10 | scope; /* scope from broadcast address */
651 buf[8] = broadcast[8]; /* P_Key */
652 buf[9] = broadcast[9];
668 static inline void ip_ipgre_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf)
670 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0)
671 memcpy(buf, broadcast, 4);