/third_party/ltp/include/lapi/ |
D | namespaces_constants.h | 15 #ifndef CLONE_NEWNET 16 # define CLONE_NEWNET 0x40000000 macro
|
/third_party/ltp/testcases/cve/ |
D | icmp_rate_limit01.c | 65 SAFE_UNSHARE(CLONE_NEWNET); in setup() 75 SAFE_UNSHARE(CLONE_NEWNET); in setup() 89 SAFE_SETNS(parentns, CLONE_NEWNET); in setup()
|
D | cve-2017-16939.c | 46 if (unshare(CLONE_NEWNET) != 0) in setup()
|
/third_party/ltp/testcases/kernel/containers/share/ |
D | ns_common.h | 34 {"net", CLONE_NEWNET},
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
D | setns.h | 48 init_ns_type(CLONE_NEWNET, "net"); in init_available_ns()
|
/third_party/ltp/testcases/kernel/containers/netns/ |
D | netns_netlink.c | 96 SAFE_UNSHARE(CLONE_NEWNET); in test_netns_netlink()
|
/third_party/ltp/testcases/kernel/syscalls/clone/ |
D | clone09.c | 21 static int flags = CLONE_NEWNET | CLONE_VM | SIGCHLD;
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
D | setsockopt05.c | 46 SAFE_UNSHARE(CLONE_NEWNET); in setup()
|
D | setsockopt06.c | 41 SAFE_UNSHARE(CLONE_NEWNET); in setup()
|
D | setsockopt08.c | 101 SAFE_UNSHARE(CLONE_NEWNET); in setup()
|
D | setsockopt07.c | 44 SAFE_UNSHARE(CLONE_NEWNET); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
D | sendmsg03.c | 42 SAFE_UNSHARE(CLONE_NEWNET); in setup()
|
/third_party/ltp/testcases/network/packet/ |
D | fanout01.c | 40 TEST(unshare(CLONE_NEWNET)); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
D | bind06.c | 40 SAFE_UNSHARE(CLONE_NEWNET); in setup()
|
/third_party/toybox/toys/other/ |
D | nsenter.c | 121 unsigned flags[]={CLONE_NEWUSER, CLONE_NEWUTS, CLONE_NEWPID, CLONE_NEWNET, in unshare_main()
|
/third_party/toybox/scripts/ |
D | genconfig.sh | 39 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
D | sendto03.c | 49 SAFE_UNSHARE(CLONE_NEWNET); in setup()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 74 #define CLONE_NEWNET 0x40000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 61 #define CLONE_NEWNET 0x40000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 61 #define CLONE_NEWNET 0x40000000 macro
|
/third_party/musl/include/ |
D | sched.h | 74 #define CLONE_NEWNET 0x40000000 macro
|
/third_party/musl/ndk_musl_include/ |
D | sched.h | 75 #define CLONE_NEWNET 0x40000000 macro
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 75 #define CLONE_NEWNET 0x40000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 63 #define CLONE_NEWNET 0x40000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 61 #define CLONE_NEWNET 0x40000000 macro
|