OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_NEWNET
(Results
1 - 13
of
13
) sorted by null
/bionic/libc/kernel/uapi/linux/
sched.h
47
#define
CLONE_NEWNET
0x40000000
/development/ndk/platforms/android-L/include/linux/
sched.h
47
#define
CLONE_NEWNET
0x40000000
/external/iproute2/ip/
ipnetns.c
23
#ifndef
CLONE_NEWNET
24
#define
CLONE_NEWNET
0x40000000 /* New network namespace (lo, device, names sockets, etc) */
145
if (setns(netns,
CLONE_NEWNET
) < 0) {
228
if (unshare(
CLONE_NEWNET
) < 0) {
/external/kernel-headers/original/uapi/linux/
sched.h
30
#define
CLONE_NEWNET
0x40000000 /* New network namespace */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
sched.h
29
#define
CLONE_NEWNET
0x40000000 /* New network namespace */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
sched.h
29
#define
CLONE_NEWNET
0x40000000 /* New network namespace */
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
sched.h
47
#define
CLONE_NEWNET
0x40000000
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
sched.h
47
#define
CLONE_NEWNET
0x40000000
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
sched.h
47
#define
CLONE_NEWNET
0x40000000
/external/chromium_org/sandbox/linux/suid/
sandbox.c
39
#if !defined(
CLONE_NEWNET
)
40
#define
CLONE_NEWNET
0x40000000
230
const int kCloneExtraFlags[] = {CLONE_NEWPID |
CLONE_NEWNET
, CLONE_NEWPID, };
285
if (kCloneExtraFlags[i] &
CLONE_NEWNET
) {
304
if (kCloneExtraFlags[i] &
CLONE_NEWNET
) {
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sched.h
66
# define
CLONE_NEWNET
0x40000000 /* New network namespace. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sched.h
66
# define
CLONE_NEWNET
0x40000000 /* New network namespace. */
/external/strace/
process.c
293
#define
CLONE_NEWNET
0x40000000 /* New network namespace */
[
all
...]
Completed in 334 milliseconds