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

1 2 3 4

  /external/ltp/include/lapi/
namespaces_constants.h 25 #ifndef CLONE_NEWNET
26 # define CLONE_NEWNET 0x40000000
  /external/strace/xlat/
setns_types.h 20 #if !(defined(CLONE_NEWNET) || (defined(HAVE_DECL_CLONE_NEWNET) && HAVE_DECL_CLONE_NEWNET))
21 # define CLONE_NEWNET 0x40000000
39 XLAT(CLONE_NEWNET),
unshare_flags.h 38 #if defined(CLONE_NEWNET) || (defined(HAVE_DECL_CLONE_NEWNET) && HAVE_DECL_CLONE_NEWNET)
39 XLAT(CLONE_NEWNET),
clone_flags.h 65 #if !(defined(CLONE_NEWNET) || (defined(HAVE_DECL_CLONE_NEWNET) && HAVE_DECL_CLONE_NEWNET))
66 # define CLONE_NEWNET 0x40000000
101 XLAT(CLONE_NEWNET),
  /external/iproute2/include/
namespace.h 13 #ifndef CLONE_NEWNET
14 #define CLONE_NEWNET 0x40000000 /* New network namespace (lo, device, names sockets, etc) */
  /external/ltp/testcases/kernel/containers/share/
ns_common.h 34 {"net", CLONE_NEWNET},
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h 30 #define CLONE_NEWNET 0x40000000 /* New network namespace */
  /external/ltp/testcases/kernel/syscalls/setns/
setns.h 70 #if defined(CLONE_NEWNET)
71 init_ns_type(CLONE_NEWNET, "net");
  /bionic/libc/kernel/uapi/linux/
sched.h 49 #define CLONE_NEWNET 0x40000000
  /development/ndk/platforms/android-21/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /external/kernel-headers/original/uapi/linux/
sched.h 29 #define CLONE_NEWNET 0x40000000 /* New network namespace */
  /external/ltp/testcases/kernel/containers/netns/
netns_helper.h 20 * when trying to use CLONE_NEWNET and CLONE_NEWNS.
67 pid = do_clone_unshare_test(T_UNSHARE, CLONE_NEWNET | CLONE_NEWNS, NULL,
  /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/r10/platforms/android-21/arch-arm/usr/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
sched.h 47 #define CLONE_NEWNET 0x40000000

Completed in 899 milliseconds

1 2 3 4