Home
last modified time | relevance | path

Searched refs:CLONE_NEWNET (Results 1 – 25 of 3500) sorted by relevance

12345678910>>...140

/dports/www/mod_php81/php-8.1.1/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt2 pcntl_unshare() with CLONE_NEWNET
9 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
15 if (@pcntl_unshare(CLONE_NEWNET) == false && pcntl_get_last_error() == PCNTL_EPERM) {
29 pcntl_unshare(CLONE_NEWNET);
/dports/lang/php80/php-8.0.15/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt2 pcntl_unshare() with CLONE_NEWNET
8 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
14 if (@pcntl_unshare(CLONE_NEWNET) == false && pcntl_get_last_error() == PCNTL_EPERM) {
27 pcntl_unshare(CLONE_NEWNET);
/dports/lang/php81/php-8.1.1/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt2 pcntl_unshare() with CLONE_NEWNET
9 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
15 if (@pcntl_unshare(CLONE_NEWNET) == false && pcntl_get_last_error() == PCNTL_EPERM) {
29 pcntl_unshare(CLONE_NEWNET);
/dports/devel/php81-pcntl/php-8.1.1/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt2 pcntl_unshare() with CLONE_NEWNET
9 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
15 if (@pcntl_unshare(CLONE_NEWNET) == false && pcntl_get_last_error() == PCNTL_EPERM) {
29 pcntl_unshare(CLONE_NEWNET);
/dports/devel/php80-pcntl/php-8.0.15/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt2 pcntl_unshare() with CLONE_NEWNET
8 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
14 if (@pcntl_unshare(CLONE_NEWNET) == false && pcntl_get_last_error() == PCNTL_EPERM) {
27 pcntl_unshare(CLONE_NEWNET);
/dports/www/mod_php80/php-8.0.15/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt2 pcntl_unshare() with CLONE_NEWNET
8 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
14 if (@pcntl_unshare(CLONE_NEWNET) == false && pcntl_get_last_error() == PCNTL_EPERM) {
27 pcntl_unshare(CLONE_NEWNET);
/dports/sysutils/vpnc-scripts/vpnc-scripts-20200226/
H A Dnetunshare.c7 #ifndef CLONE_NEWNET
8 #error CLONE_NEWNET not defined
20 if (unshare(CLONE_NEWNET) == -1) { in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/uevent/
H A Duevent_filtering.c137 if (post_flags & CLONE_NEWNET) { in uevent_listener()
138 ret = unshare(CLONE_NEWNET); in uevent_listener()
283 if (pre_flags & CLONE_NEWNET) { in do_test()
284 ret = unshare(CLONE_NEWNET); in do_test()
401 ret = do_test(CLONE_NEWNET, 0, true, sync_fd); in TEST()
430 ret = do_test(CLONE_NEWUSER | CLONE_NEWNET, 0, false, sync_fd); in TEST()
445 ret = do_test(0, CLONE_NEWNET, true, sync_fd); in TEST()
476 ret = do_test(0, CLONE_NEWUSER | CLONE_NEWNET, true, sync_fd); in TEST()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/uevent/
H A Duevent_filtering.c137 if (post_flags & CLONE_NEWNET) { in uevent_listener()
138 ret = unshare(CLONE_NEWNET); in uevent_listener()
283 if (pre_flags & CLONE_NEWNET) { in do_test()
284 ret = unshare(CLONE_NEWNET); in do_test()
401 ret = do_test(CLONE_NEWNET, 0, true, sync_fd); in TEST()
430 ret = do_test(CLONE_NEWUSER | CLONE_NEWNET, 0, false, sync_fd); in TEST()
445 ret = do_test(0, CLONE_NEWNET, true, sync_fd); in TEST()
476 ret = do_test(0, CLONE_NEWUSER | CLONE_NEWNET, true, sync_fd); in TEST()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/uevent/
H A Duevent_filtering.c137 if (post_flags & CLONE_NEWNET) { in uevent_listener()
138 ret = unshare(CLONE_NEWNET); in uevent_listener()
283 if (pre_flags & CLONE_NEWNET) { in do_test()
284 ret = unshare(CLONE_NEWNET); in do_test()
401 ret = do_test(CLONE_NEWNET, 0, true, sync_fd); in TEST()
430 ret = do_test(CLONE_NEWUSER | CLONE_NEWNET, 0, false, sync_fd); in TEST()
445 ret = do_test(0, CLONE_NEWNET, true, sync_fd); in TEST()
476 ret = do_test(0, CLONE_NEWUSER | CLONE_NEWNET, true, sync_fd); in TEST()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/proc/
H A Dsetns-dcache.c54 if (unshare(CLONE_NEWNET) == -1) { in main()
75 if (unshare(CLONE_NEWNET) == -1) { in main()
104 if (setns(nsfd, CLONE_NEWNET) == -1) { in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/proc/
H A Dsetns-dcache.c54 if (unshare(CLONE_NEWNET) == -1) { in main()
75 if (unshare(CLONE_NEWNET) == -1) { in main()
104 if (setns(nsfd, CLONE_NEWNET) == -1) { in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/proc/
H A Dsetns-dcache.c54 if (unshare(CLONE_NEWNET) == -1) { in main()
75 if (unshare(CLONE_NEWNET) == -1) { in main()
104 if (setns(nsfd, CLONE_NEWNET) == -1) { in main()
/dports/lang/php74/php-7.4.27/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt2 pcntl_unshare() with CLONE_NEWNET
8 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
24 pcntl_unshare(CLONE_NEWNET);
/dports/devel/php74-pcntl/php-7.4.27/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt2 pcntl_unshare() with CLONE_NEWNET
8 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
24 pcntl_unshare(CLONE_NEWNET);
/dports/www/mod_php74/php-7.4.27/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt2 pcntl_unshare() with CLONE_NEWNET
8 if (!defined("CLONE_NEWNET")) die("skip flag unavailable");
24 pcntl_unshare(CLONE_NEWNET);
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-unshare.c41 defined(CLONE_NEWNET) || \
98 #if defined(CLONE_NEWNET) in stress_unshare()
143 #if defined(CLONE_NEWNET) in stress_unshare()
152 UNSHARE(CLONE_NEWNET); in stress_unshare()
/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dsecurity.c17 #ifndef CLONE_NEWNET
18 #define CLONE_NEWNET 0 macro
121 flags |= CLONE_NEWNET | CLONE_NEWNS; in security_init()
/dports/www/firefox/firefox-99.0/security/sandbox/linux/
H A DLinuxSched.h28 #ifndef CLONE_NEWNET
29 # define CLONE_NEWNET 0x40000000 macro
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/linux/
H A DLinuxSched.h28 #ifndef CLONE_NEWNET
29 #define CLONE_NEWNET 0x40000000 macro
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/linux/
H A DLinuxSched.h28 #ifndef CLONE_NEWNET
29 # define CLONE_NEWNET 0x40000000 macro
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/linux/
H A DLinuxSched.h28 #ifndef CLONE_NEWNET
29 #define CLONE_NEWNET 0x40000000 macro
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/linux/
H A DLinuxSched.h28 #ifndef CLONE_NEWNET
29 # define CLONE_NEWNET 0x40000000 macro
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/linux/
H A DLinuxSched.h28 #ifndef CLONE_NEWNET
29 # define CLONE_NEWNET 0x40000000 macro
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/libcontainer/nsenter/
H A Dnamespace.h28 #ifndef CLONE_NEWNET
29 # define CLONE_NEWNET 0x40000000 /* New network namespace */ macro

12345678910>>...140