OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IFF_LOOPBACK
(Results
51 - 55
of
55
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
if.h
25
#define
IFF_LOOPBACK
0x8
45
#define IFF_VOLATILE (
IFF_LOOPBACK
|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
if.h
25
#define
IFF_LOOPBACK
0x8
45
#define IFF_VOLATILE (
IFF_LOOPBACK
|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if.h
25
#define
IFF_LOOPBACK
0x8
45
#define IFF_VOLATILE (
IFF_LOOPBACK
|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if.h
25
#define
IFF_LOOPBACK
0x8
45
#define IFF_VOLATILE (
IFF_LOOPBACK
|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
202
public static final int
IFF_LOOPBACK
= placeholder();
[
all
...]
Completed in 509 milliseconds
1
2
3