Searched refs:bcast_addr (Results 1 - 6 of 6) sorted by relevance

/net/tipc/
H A Deth_media.c86 a->broadcast = !memcmp(mac, tb_ptr->bcast_addr.value, ETH_ALEN);
206 memset(tb_ptr->bcast_addr.value, 0, sizeof(tb_ptr->bcast_addr.value));
207 memcpy(tb_ptr->bcast_addr.value, dev->broadcast, ETH_ALEN);
208 tb_ptr->bcast_addr.media_id = TIPC_MEDIA_TYPE_ETH;
209 tb_ptr->bcast_addr.broadcast = 1;
H A Dib_media.c79 a->broadcast = !memcmp(mac, tb_ptr->bcast_addr.value, INFINIBAND_ALEN);
199 memset(tb_ptr->bcast_addr.value, 0, sizeof(tb_ptr->bcast_addr.value));
200 memcpy(tb_ptr->bcast_addr.value, dev->broadcast, INFINIBAND_ALEN);
201 tb_ptr->bcast_addr.media_id = TIPC_MEDIA_TYPE_IB;
202 tb_ptr->bcast_addr.broadcast = 1;
H A Dbearer.h83 * @bcast_addr: media address used in broadcasting
138 struct tipc_media_addr bcast_addr; member in struct:tipc_bearer
H A Dbcast.c632 tipc_bearer_send(b, buf, &b->bcast_addr);
638 tipc_bearer_send(b, tbuf, &b->bcast_addr);
H A Dbearer.c407 res = tipc_disc_create(b_ptr, &b_ptr->bcast_addr, disc_domain);
/net/mac80211/
H A Dkey.c51 static const u8 bcast_addr[ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
145 sta ? sta->sta.addr : bcast_addr, ret);
192 sta ? sta->sta.addr : bcast_addr, ret);

Completed in 73 milliseconds