/packages/apps/Protips/src/com/android/protips/ |
ProtipWidget.java | 169 Intent bcast = new Intent(context, ProtipWidget.class); local 170 bcast.setAction(ACTION_NEXT_TIP); 172 context, 0, bcast, PendingIntent.FLAG_UPDATE_CURRENT); 176 bcast = new Intent(context, ProtipWidget.class); 177 bcast.setAction(ACTION_POKE); 178 bcast.putExtra(EXTRA_TIMES, 1); 180 context, 0, bcast, PendingIntent.FLAG_UPDATE_CURRENT);
|
/dalvik/vm/ |
Ddm.c | 192 Method* bcast; local 200 bcast = dvmFindDirectMethodByDescriptor(ddmServerClass, "broadcast", "(I)V"); 201 if (bcast == NULL) { 214 dvmCallMethod(self, bcast, NULL, &unused, event);
|
/external/iptables/extensions/ |
libipt_pkttype.c | 39 {"bcast", PACKET_BROADCAST, 0, NULL},
|
/bionic/libc/include/net/ |
if_ether.h | 79 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
|
/external/tcpdump/ |
print-chdlc.c | 47 { CHDLC_BCAST, "bcast" },
|
/ndk/build/platforms/android-3/arch-arm/usr/include/net/ |
if_ether.h | 79 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/net/ |
if_ether.h | 79 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
|
/ndk/build/platforms/android-5/arch-arm/usr/include/net/ |
if_ether.h | 79 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
|
/ndk/build/platforms/android-5/arch-x86/usr/include/net/ |
if_ether.h | 79 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
|
/ndk/build/platforms/android-8/arch-arm/usr/include/net/ |
if_ether.h | 79 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
|
/ndk/build/platforms/android-8/arch-x86/usr/include/net/ |
if_ether.h | 79 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
|
/external/grub/netboot/ |
sis900.h | 211 BCAST = 0x01800000,
|
3c90x.c | 906 /** Set the RX filter = receive only individual pkts & bcast. **/
|
/external/kernel-headers/original/linux/ |
netdevice.h | 401 unsigned char dev_addr[MAX_ADDR_LEN]; /* hw address, (before bcast 404 unsigned char broadcast[MAX_ADDR_LEN]; /* hw bcast add */ 1019 * duplicates except for 802.3ad ETH_P_SLOW and alb non-mcast/bcast.
|
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_supplicant.c | 407 u8 *bcast = (u8 *) "\xff\xff\xff\xff\xff\xff"; local 423 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 0, 0, NULL, 0, NULL, 0); 424 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 1, 0, NULL, 0, NULL, 0); 425 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 2, 0, NULL, 0, NULL, 0); 426 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 3, 0, NULL, 0, NULL, 0); 428 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 4, 0, NULL, 0, NULL, 0); 429 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 5, 0, NULL, 0, NULL, 0); [all...] |
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txCtrlParams.c | 632 DESCRIPTION: Update per AC the rate policy for Mgmnt packets or IBSS BCAST packets. 645 DESCRIPTION: Update per AC the rate policy for regular data packets (excluding IBSS BCAST packets). [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
txCtrlParams.c | 623 DESCRIPTION: Update per AC the rate policy for Mgmnt packets or IBSS BCAST packets. 636 DESCRIPTION: Update per AC the rate policy for regular data packets (excluding IBSS BCAST packets). [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_descriptors.h | 302 unsigned bcast : 1; /* Indicates whether the received frame’s address 1 */ member in struct:__anon13750
|
/external/wpa_supplicant/ |
wpa_supplicant.c | 753 u8 *bcast = (u8 *) "\xff\xff\xff\xff\xff\xff"; local 769 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 0, 0, NULL, 0, NULL, 0); 770 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 1, 0, NULL, 0, NULL, 0); 771 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 2, 0, NULL, 0, NULL, 0); 772 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, bcast, 3, 0, NULL, 0, NULL, 0); [all...] |
driver_ndis.c | 1003 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local 1010 wpa_driver_ndis_set_key(drv, WPA_ALG_WEP, bcast, i, [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ndis.c | 1016 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local 1023 wpa_driver_ndis_set_key(drv, WPA_ALG_WEP, bcast, i, [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/ |
Ctrl.c | [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/ |
whalHwCtrl.c | [all...] |
/hardware/broadcom/wlan/bcm4329/src/wl/sys/ |
wl_iw.c | [all...] |