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

1 23 4

  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 27 #ifndef CLONE_NEWNET
28 # define CLONE_NEWNET 0x40000000
  /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. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 69 # define CLONE_NEWNET 0x40000000 /* New network namespace. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 69 # define CLONE_NEWNET 0x40000000 /* New network namespace. */
  /external/minijail/linux-x86/
libconstants.gen.c 80 #ifdef CLONE_NEWNET
81 { "CLONE_NEWNET", (unsigned long) CLONE_NEWNET },
82 #endif // CLONE_NEWNET
    [all...]
  /external/libchrome/sandbox/linux/services/
namespace_sandbox_unittest.cc 80 NamespaceUtils::KernelSupportsUnprivilegedNamespace(CLONE_NEWNET));
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux_test.go 173 Unshareflags: syscall.CLONE_NEWNET,
zerrors_linux_386.go 158 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_amd64.go 158 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_arm.go 158 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_arm64.go 202 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_mips.go 201 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_mips64.go 199 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_mips64le.go 199 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_mipsle.go 201 CLONE_NEWNET = 0x40000000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
exec_linux_test.go 173 Unshareflags: syscall.CLONE_NEWNET,
zerrors_linux_386.go 158 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_amd64.go 158 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_arm.go 158 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_arm64.go 202 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_mips.go 201 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_mips64.go 199 CLONE_NEWNET = 0x40000000
    [all...]
zerrors_linux_mips64le.go 199 CLONE_NEWNET = 0x40000000
    [all...]
  /external/iproute2/ip/
ipnetns.c 661 if (unshare(CLONE_NEWNET) < 0) {
  /external/minijail/
libminijail.c     [all...]

Completed in 1344 milliseconds

1 23 4