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
249
) sorted by null
1
2
3
4
5
6
7
8
9
10
/device/lge/mako/
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
/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/
PhoneStatusBarPolicy.java
64
private final CastController
mCast
;
111
mCast
= cast;
160
mCast
.addCallback(mCastCallback);
299
for (CastDevice device :
mCast
.getCastDevices()) {
QSTileHost.java
81
private final CastController
mCast
;
106
mCast
= cast;
202
return
mCast
;
/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.6/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.6/sysroot/usr/include/netinet/
igmp.h
89
#define IGMP_MTRACE 0x1f /*
mcast
traceroute messages */
/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 */
/bionic/libc/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? */
/development/ndk/platforms/android-L/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 967 milliseconds
1
2
3
4
5
6
7
8
9
10