| /Linux-v5.4/net/tipc/ |
| D | udp_media.c | 312 b->bcast_addr.broadcast = TIPC_REPLICAST_SUPPORT; in tipc_udp_rcast_add() 322 dst = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_rcast_disc() 546 dst = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_nl_add_bearer_data() 627 dst = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_nl_bearer_add() 707 b->bcast_addr.media_id = TIPC_MEDIA_TYPE_UDP; in tipc_udp_enable() 708 b->bcast_addr.broadcast = TIPC_BROADCAST_SUPPORT; in tipc_udp_enable() 768 memcpy(&b->bcast_addr.value, &remote, sizeof(remote)); in tipc_udp_enable()
|
| D | bearer.c | 319 res = tipc_disc_create(net, b, &b->bcast_addr, &skb); in tipc_enable_bearer() 328 tipc_bearer_xmit_skb(net, bearer_id, skb, &b->bcast_addr); in tipc_enable_bearer() 415 memset(&b->bcast_addr, 0, sizeof(b->bcast_addr)); in tipc_enable_l2_media() 416 memcpy(b->bcast_addr.value, dev->broadcast, hwaddr_len); in tipc_enable_l2_media() 417 b->bcast_addr.media_id = b->media->type_id; in tipc_enable_l2_media() 418 b->bcast_addr.broadcast = TIPC_BROADCAST_SUPPORT; in tipc_enable_l2_media() 478 supp = (b->bcast_addr.broadcast == TIPC_BROADCAST_SUPPORT); in tipc_bearer_bcast_support() 560 b->media->send_msg(net, skb, b, &b->bcast_addr); in tipc_bearer_bc_xmit()
|
| D | ib_media.c | 73 addr->broadcast = !memcmp(msg, b->bcast_addr.value, in tipc_ib_raw2addr()
|
| D | bearer.h | 157 struct tipc_media_addr bcast_addr; member
|
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | rtl871x_sta_mgt.c | 246 unsigned char bcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in r8712_init_bcmc_stainfo() local 249 r8712_alloc_stainfo(pstapriv, bcast_addr); in r8712_init_bcmc_stainfo()
|
| /Linux-v5.4/drivers/net/wan/ |
| D | lapbether.c | 44 static const u8 bcast_addr[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable 205 dev_hard_header(skb, dev, ETH_P_DEC, bcast_addr, NULL, 0); in lapbeth_data_transmit()
|
| /Linux-v5.4/drivers/net/usb/ |
| D | kaweth.c | 968 const eth_addr_t bcast_addr = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in kaweth_probe() local 1078 &bcast_addr, in kaweth_probe() 1079 sizeof(bcast_addr))) { in kaweth_probe() 1129 memcpy(netdev->broadcast, &bcast_addr, sizeof(bcast_addr)); in kaweth_probe()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_sta_mgt.c | 448 unsigned char bcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_init_bcmc_stainfo() local 451 psta = rtw_alloc_stainfo(pstapriv, bcast_addr); in rtw_init_bcmc_stainfo()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_sta_mgt.c | 561 NDIS_802_11_MAC_ADDRESS bcast_addr = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_init_bcmc_stainfo() local 566 psta = rtw_alloc_stainfo(pstapriv, bcast_addr); in rtw_init_bcmc_stainfo()
|
| /Linux-v5.4/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00mac.c | 444 static const u8 bcast_addr[ETH_ALEN] = in rt2x00mac_set_key() local 481 crypto.address = bcast_addr; in rt2x00mac_set_key()
|
| /Linux-v5.4/net/mac80211/ |
| D | key.c | 54 static const u8 bcast_addr[ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable 204 sta ? sta->sta.addr : bcast_addr, ret); in ieee80211_key_enable_hw_accel() 262 sta ? sta->sta.addr : bcast_addr, ret); in ieee80211_key_disable_hw_accel()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/hal/ |
| D | odm.c | 897 u8 bcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in odm_RSSIMonitorCheckCE() local 906 memcmp(psta->hwaddr, bcast_addr, ETH_ALEN) && in odm_RSSIMonitorCheckCE()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/ |
| D | core.c | 1515 u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in rtl_op_set_key() local 1532 sta ? sta->addr : bcast_addr); in rtl_op_set_key() 1637 memcpy(mac_addr, bcast_addr, ETH_ALEN); in rtl_op_set_key()
|
| /Linux-v5.4/drivers/net/wireless/ti/wl1251/ |
| D | main.c | 876 static const u8 bcast_addr[ETH_ALEN] = in wl1251_op_set_key() local 887 addr = sta ? sta->addr : bcast_addr; in wl1251_op_set_key()
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_hw.c | 538 static const u8 bcast_addr[ETH_ALEN] = { in __qlcnic_set_multi() local 548 qlcnic_nic_add_mac(adapter, bcast_addr, vlan, QLCNIC_BROADCAST_MAC); in __qlcnic_set_multi()
|
| D | qlcnic_sriov_common.c | 1545 static const u8 bcast_addr[ETH_ALEN] = { in qlcnic_sriov_vf_set_multi() local 1561 qlcnic_vf_add_mc_list(netdev, bcast_addr, QLCNIC_BROADCAST_MAC); in qlcnic_sriov_vf_set_multi()
|
| /Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpaa2-eth.c | 3265 u8 bcast_addr[ETH_ALEN]; in netdev_init() local 3277 eth_broadcast_addr(bcast_addr); in netdev_init() 3278 err = dpni_add_mac_addr(priv->mc_io, 0, priv->mc_token, bcast_addr); in netdev_init()
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/netxen/ |
| D | netxen_nic_hw.c | 651 static const u8 bcast_addr[ETH_ALEN] = { in netxen_p3_nic_set_multi() local 665 nx_p3_nic_add_mac(adapter, bcast_addr, &del_list); in netxen_p3_nic_set_multi()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ |
| D | cfg80211.c | 2988 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable 2995 const u8 *addr = params->mac ? params->mac : bcast_addr; in ath6kl_del_station()
|
| /Linux-v5.4/drivers/net/wireless/broadcom/b43/ |
| D | main.c | 4163 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in b43_op_set_key() local 4271 sta ? sta->addr : bcast_addr); in b43_op_set_key()
|
| /Linux-v5.4/drivers/net/wireless/ti/wlcore/ |
| D | main.c | 3412 static const u8 bcast_addr[ETH_ALEN] = { in wl1271_set_key() local 3416 addr = sta ? sta->addr : bcast_addr; in wl1271_set_key()
|