HomeSort by relevance Sort by last modified time
    Searched refs:CLONE_NEWNET (Results 1 - 14 of 14) sorted by null

  /development/ndk/platforms/android-L/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /external/strace/xlat/
clone_flags.h 67 #if defined(CLONE_NEWNET) || (defined(HAVE_DECL_CLONE_NEWNET) && HAVE_DECL_CLONE_NEWNET)
68 XLAT(CLONE_NEWNET),
  /bionic/libc/kernel/uapi/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /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/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/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 379 milliseconds