Home
last modified time | relevance | path

Searched refs:bcast_addr (Results 1 – 20 of 20) sorted by relevance

/linux-6.3-rc2/net/tipc/
A Dudp_media.c326 b->bcast_addr.broadcast = TIPC_REPLICAST_SUPPORT; in tipc_udp_rcast_add()
336 dst = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_rcast_disc()
559 dst = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_nl_add_bearer_data()
640 dst = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_nl_bearer_add()
721 b->bcast_addr.media_id = TIPC_MEDIA_TYPE_UDP; in tipc_udp_enable()
722 b->bcast_addr.broadcast = TIPC_BROADCAST_SUPPORT; in tipc_udp_enable()
787 memcpy(&b->bcast_addr.value, &remote, sizeof(remote)); in tipc_udp_enable()
A Dbearer.c346 res = tipc_disc_create(net, b, &b->bcast_addr, &skb); in tipc_enable_bearer()
364 tipc_bearer_xmit_skb(net, bearer_id, skb, &b->bcast_addr); in tipc_enable_bearer()
461 memset(&b->bcast_addr, 0, sizeof(b->bcast_addr)); in tipc_enable_l2_media()
462 memcpy(b->bcast_addr.value, dev->broadcast, hwaddr_len); in tipc_enable_l2_media()
463 b->bcast_addr.media_id = b->media->type_id; in tipc_enable_l2_media()
464 b->bcast_addr.broadcast = TIPC_BROADCAST_SUPPORT; in tipc_enable_l2_media()
526 supp = (b->bcast_addr.broadcast == TIPC_BROADCAST_SUPPORT); in tipc_bearer_bcast_support()
620 dst = &b->bcast_addr; in tipc_bearer_bc_xmit()
A Dib_media.c75 addr->broadcast = !memcmp(msg, b->bcast_addr.value, in tipc_ib_raw2addr()
A Dbearer.h162 struct tipc_media_addr bcast_addr; member
/linux-6.3-rc2/drivers/net/usb/
A Dkaweth.c885 const eth_addr_t bcast_addr = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in kaweth_probe() local
995 &bcast_addr, in kaweth_probe()
996 sizeof(bcast_addr))) { in kaweth_probe()
1046 memcpy(netdev->broadcast, &bcast_addr, sizeof(bcast_addr)); in kaweth_probe()
/linux-6.3-rc2/drivers/staging/rtl8712/
A Drtl871x_sta_mgt.c246 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-6.3-rc2/drivers/net/wan/
A Dlapbether.c44 static const u8 bcast_addr[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
257 dev_hard_header(skb, dev, ETH_P_DEC, bcast_addr, NULL, 0); in lapbeth_data_transmit()
/linux-6.3-rc2/drivers/staging/rtl8723bs/core/
A Drtw_sta_mgt.c501 NDIS_802_11_MAC_ADDRESS bcast_addr = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_init_bcmc_stainfo() local
506 psta = rtw_alloc_stainfo(pstapriv, bcast_addr); in rtw_init_bcmc_stainfo()
/linux-6.3-rc2/drivers/net/wireless/ralink/rt2x00/
A Drt2x00mac.c463 static const u8 bcast_addr[ETH_ALEN] = in rt2x00mac_set_key() local
501 crypto.address = bcast_addr; in rt2x00mac_set_key()
/linux-6.3-rc2/net/mac80211/
A Dkey.c54 static const u8 bcast_addr[ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
208 sta ? sta->sta.addr : bcast_addr, ret); in ieee80211_key_enable_hw_accel()
270 sta ? sta->sta.addr : bcast_addr, ret); in ieee80211_key_disable_hw_accel()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/
A Dcore.c1537 u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in rtl_op_set_key() local
1554 sta ? sta->addr : bcast_addr); in rtl_op_set_key()
1659 memcpy(mac_addr, bcast_addr, ETH_ALEN); in rtl_op_set_key()
/linux-6.3-rc2/drivers/net/ethernet/actions/
A Dowl-emac.c464 const u8 bcast_addr[] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in owl_emac_setup_frame_prepare() local
475 owl_emac_ether_addr_push(&frame, bcast_addr); in owl_emac_setup_frame_prepare()
/linux-6.3-rc2/drivers/net/wireless/ti/wl1251/
A Dmain.c876 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-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_hw.c533 static const u8 bcast_addr[ETH_ALEN] = { in __qlcnic_set_multi() local
543 qlcnic_nic_add_mac(adapter, bcast_addr, vlan, QLCNIC_BROADCAST_MAC); in __qlcnic_set_multi()
A Dqlcnic_sriov_common.c1547 static const u8 bcast_addr[ETH_ALEN] = { in qlcnic_sriov_vf_set_multi() local
1563 qlcnic_vf_add_mc_list(netdev, bcast_addr, QLCNIC_BROADCAST_MAC); in qlcnic_sriov_vf_set_multi()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic_hw.c651 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-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-eth.c4538 u8 bcast_addr[ETH_ALEN]; in dpaa2_eth_netdev_init() local
4550 eth_broadcast_addr(bcast_addr); in dpaa2_eth_netdev_init()
4551 err = dpni_add_mac_addr(priv->mc_io, 0, priv->mc_token, bcast_addr); in dpaa2_eth_netdev_init()
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/
A Dcfg80211.c2989 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable
2996 const u8 *addr = params->mac ? params->mac : bcast_addr; in ath6kl_del_station()
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
A Dmain.c4166 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in b43_op_set_key() local
4274 sta ? sta->addr : bcast_addr); in b43_op_set_key()
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/
A Dmain.c3386 static const u8 bcast_addr[ETH_ALEN] = { in wl1271_set_key() local
3390 addr = sta ? sta->addr : bcast_addr; in wl1271_set_key()

Completed in 89 milliseconds