Lines Matching refs:broadcast
585 static inline void ip_ib_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf)
588 unsigned char scope = broadcast[5] & 0xF;
596 buf[5] = 0x10 | scope; /* scope from broadcast address */
599 buf[8] = broadcast[8]; /* P_Key */
600 buf[9] = broadcast[9];
616 static inline void ip_ipgre_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf)
618 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0)
619 memcpy(buf, broadcast, 4);