/Linux-v4.19/net/tipc/ |
D | udp_media.c | 301 b->bcast_addr.broadcast = TIPC_REPLICAST_SUPPORT; in tipc_udp_rcast_add() 311 dst = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_rcast_disc() 539 dst = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_nl_add_bearer_data() 621 dst = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_nl_bearer_add() 694 b->bcast_addr.media_id = TIPC_MEDIA_TYPE_UDP; in tipc_udp_enable() 695 b->bcast_addr.broadcast = TIPC_BROADCAST_SUPPORT; in tipc_udp_enable() 743 memcpy(&b->bcast_addr.value, &remote, sizeof(remote)); in tipc_udp_enable()
|
D | bearer.c | 317 res = tipc_disc_create(net, b, &b->bcast_addr, &skb); in tipc_enable_bearer() 327 tipc_bearer_xmit_skb(net, bearer_id, skb, &b->bcast_addr); in tipc_enable_bearer() 409 memset(&b->bcast_addr, 0, sizeof(b->bcast_addr)); in tipc_enable_l2_media() 410 memcpy(b->bcast_addr.value, dev->broadcast, hwaddr_len); in tipc_enable_l2_media() 411 b->bcast_addr.media_id = b->media->type_id; in tipc_enable_l2_media() 412 b->bcast_addr.broadcast = TIPC_BROADCAST_SUPPORT; in tipc_enable_l2_media() 472 supp = (b->bcast_addr.broadcast == TIPC_BROADCAST_SUPPORT); in tipc_bearer_bcast_support() 554 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-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 259 unsigned char bcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in r8712_init_bcmc_stainfo() local 262 r8712_alloc_stainfo(pstapriv, bcast_addr); in r8712_init_bcmc_stainfo()
|
/Linux-v4.19/drivers/net/wan/ |
D | lapbether.c | 49 static const u8 bcast_addr[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable 210 dev_hard_header(skb, dev, ETH_P_DEC, bcast_addr, NULL, 0); in lapbeth_data_transmit()
|
/Linux-v4.19/drivers/net/usb/ |
D | kaweth.c | 980 const eth_addr_t bcast_addr = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in kaweth_probe() local 1090 &bcast_addr, in kaweth_probe() 1091 sizeof(bcast_addr))) { in kaweth_probe() 1141 memcpy(netdev->broadcast, &bcast_addr, sizeof(bcast_addr)); in kaweth_probe()
|
/Linux-v4.19/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-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_sta_mgt.c | 565 NDIS_802_11_MAC_ADDRESS bcast_addr = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_init_bcmc_stainfo() local 570 psta = rtw_alloc_stainfo(pstapriv, bcast_addr); in rtw_init_bcmc_stainfo()
|
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00mac.c | 455 static const u8 bcast_addr[ETH_ALEN] = in rt2x00mac_set_key() local 492 crypto.address = bcast_addr; in rt2x00mac_set_key()
|
/Linux-v4.19/net/mac80211/ |
D | key.c | 56 static const u8 bcast_addr[ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable 198 sta ? sta->sta.addr : bcast_addr, ret); in ieee80211_key_enable_hw_accel() 258 sta ? sta->sta.addr : bcast_addr, ret); in ieee80211_key_disable_hw_accel()
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | odm.c | 921 u8 bcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in odm_RSSIMonitorCheckCE() local 930 memcmp(psta->hwaddr, bcast_addr, ETH_ALEN) && in odm_RSSIMonitorCheckCE()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | core.c | 1529 u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in rtl_op_set_key() local 1546 sta ? sta->addr : bcast_addr); in rtl_op_set_key() 1651 memcpy(mac_addr, bcast_addr, ETH_ALEN); in rtl_op_set_key()
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | core.c | 1563 u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in rtl_op_set_key() local 1580 sta ? sta->addr : bcast_addr); in rtl_op_set_key() 1686 memcpy(mac_addr, bcast_addr, ETH_ALEN); in rtl_op_set_key()
|
/Linux-v4.19/drivers/net/wireless/ti/wl1251/ |
D | main.c | 890 static const u8 bcast_addr[ETH_ALEN] = in wl1251_op_set_key() local 901 addr = sta ? sta->addr : bcast_addr; in wl1251_op_set_key()
|
/Linux-v4.19/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 | 1549 static const u8 bcast_addr[ETH_ALEN] = { in qlcnic_sriov_vf_set_multi() local 1565 qlcnic_vf_add_mc_list(netdev, bcast_addr, QLCNIC_BROADCAST_MAC); in qlcnic_sriov_vf_set_multi()
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/ |
D | dpaa2-eth.c | 2319 u8 bcast_addr[ETH_ALEN]; in netdev_init() local 2330 eth_broadcast_addr(bcast_addr); in netdev_init() 2331 err = dpni_add_mac_addr(priv->mc_io, 0, priv->mc_token, bcast_addr); in netdev_init()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_hw.c | 667 static const u8 bcast_addr[ETH_ALEN] = { in netxen_p3_nic_set_multi() local 681 nx_p3_nic_add_mac(adapter, bcast_addr, &del_list); in netxen_p3_nic_set_multi()
|
/Linux-v4.19/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-v4.19/drivers/net/wireless/broadcom/b43/ |
D | main.c | 4188 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in b43_op_set_key() local 4296 sta ? sta->addr : bcast_addr); in b43_op_set_key()
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | main.c | 3420 static const u8 bcast_addr[ETH_ALEN] = { in wl1271_set_key() local 3424 addr = sta ? sta->addr : bcast_addr; in wl1271_set_key()
|