Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dbearer.c320 res = tipc_disc_create(net, b_ptr, &b_ptr->bcast_addr); in tipc_enable_bearer()
387 memset(&b->bcast_addr, 0, sizeof(b->bcast_addr)); in tipc_enable_l2_media()
388 memcpy(b->bcast_addr.value, dev->broadcast, b->media->hwaddr_len); in tipc_enable_l2_media()
389 b->bcast_addr.media_id = b->media->type_id; in tipc_enable_l2_media()
390 b->bcast_addr.broadcast = 1; in tipc_enable_l2_media()
515 b->media->send_msg(net, skb, b, &b->bcast_addr); in tipc_bearer_bc_xmit()
Dib_media.c73 addr->broadcast = !memcmp(msg, b->bcast_addr.value, in tipc_ib_raw2addr()
Dudp_media.c361 remote = (struct udp_media_addr *)&b->bcast_addr.value; in tipc_udp_enable()
367 b->bcast_addr.media_id = TIPC_MEDIA_TYPE_UDP; in tipc_udp_enable()
368 b->bcast_addr.broadcast = 1; in tipc_udp_enable()
Dbearer.h157 struct tipc_media_addr bcast_addr; member
/linux-4.4.14/drivers/net/hamradio/
Dbpqether.c92 static char bcast_addr[6]={0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}; variable
518 memcpy(bpq->dest_addr, bcast_addr, sizeof(bpq_eth_addr)); in bpq_new_device()
519 memcpy(bpq->acpt_addr, bcast_addr, sizeof(bpq_eth_addr)); in bpq_new_device()
/linux-4.4.14/drivers/net/wan/
Dlapbether.c49 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-4.4.14/drivers/staging/rtl8712/
Drtl871x_sta_mgt.c265 unsigned char bcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in r8712_init_bcmc_stainfo() local
268 r8712_alloc_stainfo(pstapriv, bcast_addr); in r8712_init_bcmc_stainfo()
/linux-4.4.14/drivers/net/usb/
Dkaweth.c1010 const eth_addr_t bcast_addr = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in kaweth_probe() local
1114 &bcast_addr, in kaweth_probe()
1115 sizeof(bcast_addr))) { in kaweth_probe()
1167 memcpy(netdev->broadcast, &bcast_addr, sizeof(bcast_addr)); in kaweth_probe()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c475 unsigned char bcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_init_bcmc_stainfo() local
479 psta = rtw_alloc_stainfo(pstapriv, bcast_addr); in rtw_init_bcmc_stainfo()
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00mac.c459 static const u8 bcast_addr[ETH_ALEN] = in rt2x00mac_set_key() local
496 crypto.address = bcast_addr; in rt2x00mac_set_key()
/linux-4.4.14/net/mac80211/
Dkey.c54 static const u8 bcast_addr[ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
193 sta ? sta->sta.addr : bcast_addr, ret); in ieee80211_key_enable_hw_accel()
249 sta ? sta->sta.addr : bcast_addr, ret); in ieee80211_key_disable_hw_accel()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dodm.c1151 u8 bcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in odm_RSSIMonitorCheckCE() local
1160 memcmp(psta->hwaddr, bcast_addr, ETH_ALEN) && in odm_RSSIMonitorCheckCE()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dcore.c1494 u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in rtl_op_set_key() local
1509 sta ? sta->addr : bcast_addr); in rtl_op_set_key()
1615 memcpy(mac_addr, bcast_addr, ETH_ALEN); in rtl_op_set_key()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dmain.c892 static const u8 bcast_addr[ETH_ALEN] = in wl1251_op_set_key() local
903 addr = sta ? sta->addr : bcast_addr; in wl1251_op_set_key()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c545 static const u8 bcast_addr[ETH_ALEN] = { in __qlcnic_set_multi() local
555 qlcnic_nic_add_mac(adapter, bcast_addr, vlan, QLCNIC_BROADCAST_MAC); in __qlcnic_set_multi()
Dqlcnic_sriov_common.c1537 static const u8 bcast_addr[ETH_ALEN] = { in qlcnic_sriov_vf_set_multi() local
1553 qlcnic_vf_add_mc_list(netdev, bcast_addr, QLCNIC_BROADCAST_MAC); in qlcnic_sriov_vf_set_multi()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c684 static const u8 bcast_addr[ETH_ALEN] = { in netxen_p3_nic_set_multi() local
698 nx_p3_nic_add_mac(adapter, bcast_addr, &del_list); in netxen_p3_nic_set_multi()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c2979 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable
2986 const u8 *addr = params->mac ? params->mac : bcast_addr; in ath6kl_del_station()
/linux-4.4.14/drivers/net/wireless/b43/
Dmain.c4181 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in b43_op_set_key() local
4289 sta ? sta->addr : bcast_addr); in b43_op_set_key()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dmain.c3415 static const u8 bcast_addr[ETH_ALEN] = { in wl1271_set_key() local
3419 addr = sta ? sta->addr : bcast_addr; in wl1271_set_key()