Home
last modified time | relevance | path

Searched refs:test_family (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/
H A Dreuseport_dualstack.c132 int test_family; in test() local
149 len = sizeof(test_family); in test()
150 if (getsockopt(test_fd, SOL_SOCKET, SO_DOMAIN, &test_family, &len)) in test()
152 if (test_family != AF_INET) in test()
154 test_family); in test()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/
H A Dreuseport_dualstack.c132 int test_family; in test() local
149 len = sizeof(test_family); in test()
150 if (getsockopt(test_fd, SOL_SOCKET, SO_DOMAIN, &test_family, &len)) in test()
152 if (test_family != AF_INET) in test()
154 test_family); in test()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/net/
H A Dreuseport_dualstack.c132 int test_family; in test() local
149 len = sizeof(test_family); in test()
150 if (getsockopt(test_fd, SOL_SOCKET, SO_DOMAIN, &test_family, &len)) in test()
152 if (test_family != AF_INET) in test()
154 test_family); in test()
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dbig.c94 static int test_family(hid_t fapl);
668 test_family(hid_t fapl) in test_family() function
814 if(test_family(fapl) != 0) in main()
H A Dvfd.c686 test_family(void) in test_family() function
1654 nerrors += test_family() < 0 ? 1 : 0; in main()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dbig.c94 static int test_family(hid_t fapl);
677 test_family(hid_t fapl) in test_family() function
823 if(test_family(fapl) != 0) in main()
H A Dvfd.c854 test_family(void) in test_family() function
2043 nerrors += test_family() < 0 ? 1 : 0; in main()
/dports/www/py-django-netfields/django-netfields-1.2.4/test/tests/
H A Dtest_functions.py50 def test_family(self): member in TestInetFieldFunctions
153 def test_family(self): member in TestCidrFieldFunctions
/dports/net/libiscsi/libiscsi-1.19.0/test-tool/
H A Discsi-test-cu.c695 struct test_family { struct
700 static struct test_family families[] = { argument
876 struct test_family *fp; in list_all_tests()
900 struct test_family *fp; in add_tests()
/dports/security/py-stem/stem-1.8.0/test/unit/descriptor/
H A Dmicrodescriptor.py143 def test_family(self): member in TestMicrodescriptor
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A DupdateData.ml94 let (data, test_family) = get_data conf in
116 if test_family then
157 let (data, test_family) = get_data conf in
205 if test_family then
778 let (_, test_family) = get_data conf in
796 if test_family then
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/ipam/tests/
H A Dtest_filtersets.py257 def test_family(self): member in AggregateTestCase
406 def test_family(self): member in PrefixTestCase
575 def test_family(self): member in IPRangeTestCase
697 def test_family(self): member in IPAddressTestCase