/linux-3.4.99/drivers/net/hamradio/ |
D | bpqether.c | 93 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/ |
D | eth_media.c | 77 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 },
|
D | bearer.c | 111 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()
|
D | bearer.h | 103 struct tipc_media_addr bcast_addr; member
|
D | bcast.c | 636 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/ |
D | lapbether.c | 50 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/ |
D | kaweth.c | 1003 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/ |
D | rtl871x_sta_mgt.c | 273 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/ |
D | key.c | 51 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/ |
D | rt2x00mac.c | 503 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/ |
D | core.c | 963 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/ |
D | main.c | 785 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/ |
D | qlcnic_hw.c | 419 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/ |
D | netxen_nic_hw.c | 688 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/ |
D | cfg80211.c | 2572 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/ |
D | main.c | 4034 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/ |
D | main.c | 2983 static const u8 bcast_addr[ETH_ALEN] = { in wl1271_set_key() local 2998 addr = sta ? sta->addr : bcast_addr; in wl1271_set_key()
|