/linux-4.1.27/net/mac80211/ |
D | mesh_hwmp.c | 102 static const u8 broadcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable 617 mpath->rann_snd_addr : broadcast_addr; in hwmp_preq_frame_process() 748 broadcast_addr); in hwmp_perr_frame_process() 843 orig_sn, 0, NULL, 0, broadcast_addr, in hwmp_rann_frame_process() 1042 da = (mpath->is_root) ? mpath->rann_snd_addr : broadcast_addr; in mesh_path_start_discovery() 1204 ++ifmsh->sn, 0, NULL, 0, broadcast_addr, in mesh_path_tx_root_frame() 1216 (u8 *) broadcast_addr, 0, broadcast_addr, in mesh_path_tx_root_frame()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_wx.c | 990 u8 broadcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in r8192_wx_set_enc_ext() local 1029 setKey(dev, idx, idx, alg, broadcast_addr, 0, key); in r8192_wx_set_enc_ext() 1030 set_swcam(dev, idx, idx, alg, broadcast_addr, 0, in r8192_wx_set_enc_ext()
|
D | rtl_core.c | 2575 u8 broadcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtl8192_ioctl() local 2663 broadcast_addr, 0, key, 0); in rtl8192_ioctl() 2667 broadcast_addr, 0, key); in rtl8192_ioctl()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_wx.c | 751 u8 broadcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in r8192_wx_set_enc_ext() local 792 broadcast_addr, /* MacAddr */ in r8192_wx_set_enc_ext()
|
D | r8192U_core.c | 3456 u8 broadcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtl8192_ioctl() local 3520 broadcast_addr, //MacAddr in rtl8192_ioctl()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | core.c | 442 u8 broadcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in _rtl_add_wowlan_patterns() local 465 if (memcmp(pattern_os, broadcast_addr, 6) == 0) in _rtl_add_wowlan_patterns()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 2558 u8 broadcast_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in ieee80211_get_beacon_() local 2563 skb = ieee80211_probe_resp(ieee, broadcast_addr); in ieee80211_get_beacon_()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 2913 u8 broadcast_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtllib_get_beacon_() local 2918 skb = rtllib_probe_resp(ieee, broadcast_addr); in rtllib_get_beacon_()
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 2080 ping -c 5 <broadcast_addr> i.e. the Bcast field above in the output of
|