/linux-4.4.14/net/tipc/ |
D | bearer.c | 320 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()
|
D | ib_media.c | 73 addr->broadcast = !memcmp(msg, b->bcast_addr.value, in tipc_ib_raw2addr()
|
D | udp_media.c | 361 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()
|
D | bearer.h | 157 struct tipc_media_addr bcast_addr; member
|
/linux-4.4.14/drivers/net/hamradio/ |
D | bpqether.c | 92 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/ |
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-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 265 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/ |
D | kaweth.c | 1010 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/ |
D | rtw_sta_mgt.c | 475 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/ |
D | rt2x00mac.c | 459 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/ |
D | key.c | 54 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/ |
D | odm.c | 1151 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/ |
D | core.c | 1494 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/ |
D | main.c | 892 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/ |
D | qlcnic_hw.c | 545 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()
|
D | qlcnic_sriov_common.c | 1537 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/ |
D | netxen_nic_hw.c | 684 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/ |
D | cfg80211.c | 2979 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/ |
D | main.c | 4181 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/ |
D | main.c | 3415 static const u8 bcast_addr[ETH_ALEN] = { in wl1271_set_key() local 3419 addr = sta ? sta->addr : bcast_addr; in wl1271_set_key()
|