OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcast
(Results
1 - 25
of
238
) sorted by null
1
2
3
4
5
6
7
8
9
10
/device/asus/flo/
WCNSS_qcom_cfg.ini
22
# 1: Enable standby, 2: Enable Deep sleep, 3: Enable
Mcast
/Bcast Filter
59
# Flags to filter
Mcast
and Bcast RX packets.
61
# 2: Filter all Broadcast. 3: Filter all
Mcast
and Bcast
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QSTileHost.java
79
private final CastController
mCast
;
103
mCast
= cast;
188
return
mCast
;
PhoneStatusBarPolicy.java
71
private final CastController
mCast
;
115
mCast
= cast;
162
mCast
.addCallback(mCastCallback);
323
for (CastDevice device :
mCast
.getCastDevices()) {
/external/wpa_supplicant_8/src/ap/
x_snoop.c
117
"x_snoop: Failed to send
mcast
to ucast converted packet to "
/external/iptables/extensions/
libxt_pkttype.c
34
{"
mcast
", PACKET_MULTICAST, 0, NULL},
/external/kernel-headers/original/uapi/linux/
mroute.h
81
struct in_addr mfcc_origin; /* Origin of
mcast
*/
mroute6.h
85
struct sockaddr_in6 mf6cc_origin; /* Origin of
mcast
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
mroute.h
73
struct in_addr mfcc_origin; /* Origin of
mcast
*/
mroute6.h
80
struct sockaddr_in6 mf6cc_origin; /* Origin of
mcast
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
igmp.h
89
#define IGMP_MTRACE 0x1f /*
mcast
traceroute messages */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mroute.h
78
struct in_addr mfcc_origin; /* Origin of
mcast
*/
mroute6.h
80
struct sockaddr_in6 mf6cc_origin; /* Origin of
mcast
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
igmp.h
89
#define IGMP_MTRACE 0x1f /*
mcast
traceroute messages */
/bionic/libc/include/net/
if_ether.h
81
#define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address
mcast
/bcast? */
/development/ndk/platforms/android-21/include/net/
if_ether.h
81
#define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address
mcast
/bcast? */
/development/ndk/platforms/android-3/include/net/
if_ether.h
81
#define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address
mcast
/bcast? */
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/
if_ether.h
79
#define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address
mcast
/bcast? */
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/
if_ether.h
79
#define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address
mcast
/bcast? */
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/
if_ether.h
79
#define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address
mcast
/bcast? */
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/net/
if_ether.h
79
#define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address
mcast
/bcast? */
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/net/
if_ether.h
79
#define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address
mcast
/bcast? */
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/net/
if_ether.h
79
#define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address
mcast
/bcast? */
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/net/
if_ether.h
79
#define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address
mcast
/bcast? */
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/net/
if_ether.h
79
#define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address
mcast
/bcast? */
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/net/
if_ether.h
79
#define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address
mcast
/bcast? */
Completed in 783 milliseconds
1
2
3
4
5
6
7
8
9
10