Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/hamradio/
Dbpqether.c93 static char bcast_addr[6]={0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}; variable
515 memcpy(bpq->dest_addr, bcast_addr, sizeof(bpq_eth_addr)); in bpq_new_device()
516 memcpy(bpq->acpt_addr, bcast_addr, sizeof(bpq_eth_addr)); in bpq_new_device()
/linux-3.4.99/net/tipc/
Deth_media.c77 a->broadcast = !memcmp(mac, eth_media_info.bcast_addr.value, ETH_ALEN); in eth_media_addr_set()
364 .bcast_addr = { { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff },
Dbearer.c111 if ((m_ptr->bcast_addr.media_id != m_ptr->type_id) || in tipc_register_media()
112 !m_ptr->bcast_addr.broadcast) in tipc_register_media()
526 res = tipc_disc_create(b_ptr, &m_ptr->bcast_addr, disc_domain); in tipc_enable_bearer()
Dbearer.h103 struct tipc_media_addr bcast_addr; member
Dbcast.c636 p->media->send_msg(buf, p, &p->media->bcast_addr)) { in tipc_bcbearer_send()
640 &s->media->bcast_addr)) { in tipc_bcbearer_send()
/linux-3.4.99/drivers/net/wan/
Dlapbether.c50 static const u8 bcast_addr[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
211 dev_hard_header(skb, dev, ETH_P_DEC, bcast_addr, NULL, 0); in lapbeth_data_transmit()
/linux-3.4.99/drivers/net/usb/
Dkaweth.c1003 const eth_addr_t bcast_addr = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in kaweth_probe() local
1104 &bcast_addr, in kaweth_probe()
1105 sizeof(bcast_addr))) { in kaweth_probe()
1157 memcpy(netdev->broadcast, &bcast_addr, sizeof(bcast_addr)); in kaweth_probe()
/linux-3.4.99/drivers/staging/rtl8712/
Drtl871x_sta_mgt.c273 unsigned char bcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in r8712_init_bcmc_stainfo() local
276 psta = r8712_alloc_stainfo(pstapriv, bcast_addr); in r8712_init_bcmc_stainfo()
/linux-3.4.99/net/mac80211/
Dkey.c51 static const u8 bcast_addr[ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
145 sta ? sta->sta.addr : bcast_addr, ret); in ieee80211_key_enable_hw_accel()
192 sta ? sta->sta.addr : bcast_addr, ret); in ieee80211_key_disable_hw_accel()
/linux-3.4.99/drivers/net/wireless/rt2x00/
Drt2x00mac.c503 static const u8 bcast_addr[ETH_ALEN] = in rt2x00mac_set_key() local
530 crypto.address = bcast_addr; in rt2x00mac_set_key()
/linux-3.4.99/drivers/net/wireless/rtlwifi/
Dcore.c963 u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in rtl_op_set_key() local
974 sta ? sta->addr : bcast_addr); in rtl_op_set_key()
1069 memcpy(mac_addr, bcast_addr, ETH_ALEN); in rtl_op_set_key()
/linux-3.4.99/drivers/net/wireless/wl1251/
Dmain.c785 static const u8 bcast_addr[ETH_ALEN] = in wl1251_op_set_key() local
796 addr = sta ? sta->addr : bcast_addr; in wl1251_op_set_key()
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c419 static const u8 bcast_addr[ETH_ALEN] = { in qlcnic_set_multi() local
428 qlcnic_nic_add_mac(adapter, bcast_addr); in qlcnic_set_multi()
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c688 static const u8 bcast_addr[ETH_ALEN] = { in netxen_p3_nic_set_multi() local
702 nx_p3_nic_add_mac(adapter, bcast_addr, &del_list); in netxen_p3_nic_set_multi()
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c2572 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable
2579 const u8 *addr = mac ? mac : bcast_addr; in ath6kl_del_station()
/linux-3.4.99/drivers/net/wireless/b43/
Dmain.c4034 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in b43_op_set_key() local
4128 sta ? sta->addr : bcast_addr); in b43_op_set_key()
/linux-3.4.99/drivers/net/wireless/wl12xx/
Dmain.c2983 static const u8 bcast_addr[ETH_ALEN] = { in wl1271_set_key() local
2998 addr = sta ? sta->addr : bcast_addr; in wl1271_set_key()