Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dudp_media.c329 b->bcast_addr.broadcast = TIPC_REPLICAST_SUPPORT; in tipc_udp_rcast_add()
339 dst = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_rcast_disc()
562 dst = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_nl_add_bearer_data()
643 dst = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_nl_bearer_add()
724 b->bcast_addr.media_id = TIPC_MEDIA_TYPE_UDP; in tipc_udp_enable()
725 b->bcast_addr.broadcast = TIPC_BROADCAST_SUPPORT; in tipc_udp_enable()
787 memcpy(&b->bcast_addr.value, &remote, sizeof(remote)); in tipc_udp_enable()
H A Dbearer.c348 res = tipc_disc_create(net, b, &b->bcast_addr, &skb); in tipc_enable_bearer()
366 tipc_bearer_xmit_skb(net, bearer_id, skb, &b->bcast_addr); in tipc_enable_bearer()
463 memset(&b->bcast_addr, 0, sizeof(b->bcast_addr)); in tipc_enable_l2_media()
464 memcpy(b->bcast_addr.value, dev->broadcast, hwaddr_len); in tipc_enable_l2_media()
465 b->bcast_addr.media_id = b->media->type_id; in tipc_enable_l2_media()
466 b->bcast_addr.broadcast = TIPC_BROADCAST_SUPPORT; in tipc_enable_l2_media()
528 supp = (b->bcast_addr.broadcast == TIPC_BROADCAST_SUPPORT); in tipc_bearer_bcast_support()
635 dst = &b->bcast_addr; in tipc_bearer_bc_xmit()
H A Dib_media.c75 addr->broadcast = !memcmp(msg, b->bcast_addr.value, in tipc_ib_raw2addr()
H A Dbearer.h163 struct tipc_media_addr bcast_addr; member
/openbmc/linux/drivers/net/usb/
H 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()
/openbmc/linux/drivers/staging/rtl8712/
H 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()
/openbmc/linux/drivers/net/wan/
H 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()
/openbmc/qemu/hw/net/
H A Dopencores_eth.c372 static const uint8_t bcast_addr[] = { local
375 if (memcmp(buf, bcast_addr, sizeof(bcast_addr)) == 0) {
/openbmc/linux/drivers/staging/rtl8723bs/core/
H 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()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mac.c463 static const u8 bcast_addr[ETH_ALEN] = in rt2x00mac_set_key() local
501 crypto.address = bcast_addr; in rt2x00mac_set_key()
/openbmc/linux/net/mac80211/
H 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()
/openbmc/linux/drivers/net/ethernet/actions/
H 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()
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H 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()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H 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()
H 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H 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()
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H 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()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c4544 u8 bcast_addr[ETH_ALEN]; in dpaa2_eth_netdev_init() local
4556 eth_broadcast_addr(bcast_addr); in dpaa2_eth_netdev_init()
4557 err = dpni_add_mac_addr(priv->mc_io, 0, priv->mc_token, bcast_addr); in dpaa2_eth_netdev_init()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H 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()
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dmain.c4168 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in b43_op_set_key() local
4276 sta ? sta->addr : bcast_addr); in b43_op_set_key()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H 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()