Home
last modified time | relevance | path

Searched refs:subnets (Results 1 – 25 of 2403) sorted by relevance

12345678910>>...97

/dports/net/kea/kea-2.0.1/src/lib/yang/tests/
H A Dtranslator_subnet_unittests.cc64 ASSERT_FALSE(subnets); in TEST_F()
74 ASSERT_FALSE(subnets); in TEST_F()
99 ASSERT_TRUE(subnets); in TEST_F()
128 ASSERT_TRUE(subnets); in TEST_F()
178 ASSERT_TRUE(subnets); in TEST_F()
244 subnets.reset(); in TEST_F()
258 subnets.reset(); in TEST_F()
277 subnets.reset(); in TEST_F()
298 subnets.reset(); in TEST_F()
335 subnets.reset(); in TEST_F()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/yang/
H A Dadaptor_config.cc33 if (!subnets || subnets->empty()) { in subnetsCollectID()
68 if (subnets) { in sharedNetworksCollectID()
87 if (!subnets || subnets->empty()) { in subnetsAssignID()
109 if (!subnets || subnets->empty()) { in sharedNetworksAssignID()
137 if (!subnets || subnets->empty()) { in sanitizePoolsInSubnets()
284 if (!subnets || subnets->empty()) { in sanitizeOptionSubnets()
367 if (subnets) { in sanitizeOptionSharedNetworks()
395 if (!subnets || subnets->empty()) { in sanitizeRequireClassesSubnets()
446 if (!subnets || subnets->empty()) { in sanitizeHostSubnets()
475 if (!subnets || subnets->empty()) { in sanitizeRelaySubnets()
[all …]
/dports/net-mgmt/phpipam/phpipam-a14bc06/api/controllers/
H A DPrefix.php456 $subnets = $this->prepare_result ($subnets, "subnets", $this->use_links, true);
564 * @param mixed $subnets
611 * @param mixed $subnets
797 $subnets = $this->remove_if_has_slaves ($subnets);
800 return sizeof($subnets)>0 ? $subnets : false;
807 * @param array $subnets
811 if(sizeof($subnets)>0) {
817 return $subnets;
820 return $subnets;
847 * @param mixed $subnets
[all …]
/dports/math/vtk8/VTK-8.2.0/Infovis/Core/
H A DvtkNetworkHierarchy.cxx86 subnets[3] = num % 256; in GetSubnets()
88 subnets[2] = num % 256; in GetSubnets()
92 subnets[0] = num; in GetSubnets()
99 &(subnets[0]),&(subnets[1]),&(subnets[2]),&(subnets[3])); in ITON()
100 int num = subnets[0]; in ITON()
102 num += subnets[1]; in ITON()
104 num += subnets[2]; in ITON()
106 num += subnets[3]; in ITON()
213 int subnets[4]; in RequestData() local
265 subnetStream << subnets[0] << "." << subnets[1]; in RequestData()
[all …]
/dports/math/vtk9/VTK-9.1.0/Infovis/Core/
H A DvtkNetworkHierarchy.cxx81 subnets[3] = num % 256; in GetSubnets()
83 subnets[2] = num % 256; in GetSubnets()
87 subnets[0] = num; in GetSubnets()
93 sscanf(ip.c_str(), "%u.%u.%u.%u", &(subnets[0]), &(subnets[1]), &(subnets[2]), &(subnets[3])); in ITON()
94 int num = subnets[0]; in ITON()
96 num += subnets[1]; in ITON()
98 num += subnets[2]; in ITON()
100 num += subnets[3]; in ITON()
200 int subnets[4]; in RequestData() local
252 subnetStream << subnets[0] << "." << subnets[1]; in RequestData()
[all …]
/dports/math/vtk6/VTK-6.2.0/Infovis/Core/
H A DvtkNetworkHierarchy.cxx86 subnets[3] = num % 256; in GetSubnets()
88 subnets[2] = num % 256; in GetSubnets()
92 subnets[0] = num; in GetSubnets()
99 &(subnets[0]),&(subnets[1]),&(subnets[2]),&(subnets[3])); in ITON()
100 int num = subnets[0]; in ITON()
102 num += subnets[1]; in ITON()
104 num += subnets[2]; in ITON()
106 num += subnets[3]; in ITON()
213 int subnets[4]; in RequestData() local
265 subnetStream << subnets[0] << "." << subnets[1]; in RequestData()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/subnets/testing/
H A Dfixtures.go87 var Subnet1 = subnets.Subnet{
93 AllocationPools: []subnets.AllocationPool{
99 HostRoutes: []subnets.HostRoute{},
106 var Subnet2 = subnets.Subnet{
112 AllocationPools: []subnets.AllocationPool{
118 HostRoutes: []subnets.HostRoute{},
125 var Subnet3 = subnets.Subnet{
131 AllocationPools: []subnets.AllocationPool{
137 HostRoutes: []subnets.HostRoute{},
144 var Subnet4 = subnets.Subnet{
[all …]
H A Drequests_test.go38 expected := []subnets.Subnet{
109 opts := subnets.CreateOpts{
166 opts := subnets.CreateOpts{
216 opts := subnets.CreateOpts{
266 opts := subnets.CreateOpts{
306 opts := subnets.CreateOpts{
354 opts := subnets.CreateOpts{
387 res := subnets.Create(fake.ServiceClient(), subnets.CreateOpts{})
392 res = subnets.Create(fake.ServiceClient(), subnets.CreateOpts{NetworkID: "foo"})
422 opts := subnets.UpdateOpts{
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/subnets/testing/
H A Dfixtures.go87 var Subnet1 = subnets.Subnet{
93 AllocationPools: []subnets.AllocationPool{
99 HostRoutes: []subnets.HostRoute{},
106 var Subnet2 = subnets.Subnet{
112 AllocationPools: []subnets.AllocationPool{
118 HostRoutes: []subnets.HostRoute{},
125 var Subnet3 = subnets.Subnet{
131 AllocationPools: []subnets.AllocationPool{
137 HostRoutes: []subnets.HostRoute{},
144 var Subnet4 = subnets.Subnet{
[all …]
H A Drequests_test.go38 expected := []subnets.Subnet{
109 opts := subnets.CreateOpts{
166 opts := subnets.CreateOpts{
216 opts := subnets.CreateOpts{
266 opts := subnets.CreateOpts{
306 opts := subnets.CreateOpts{
354 opts := subnets.CreateOpts{
387 res := subnets.Create(fake.ServiceClient(), subnets.CreateOpts{})
392 res = subnets.Create(fake.ServiceClient(), subnets.CreateOpts{NetworkID: "foo"})
422 opts := subnets.UpdateOpts{
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/subnets/testing/
H A Dfixtures.go87 var Subnet1 = subnets.Subnet{
93 AllocationPools: []subnets.AllocationPool{
99 HostRoutes: []subnets.HostRoute{},
106 var Subnet2 = subnets.Subnet{
112 AllocationPools: []subnets.AllocationPool{
118 HostRoutes: []subnets.HostRoute{},
125 var Subnet3 = subnets.Subnet{
131 AllocationPools: []subnets.AllocationPool{
137 HostRoutes: []subnets.HostRoute{},
144 var Subnet4 = subnets.Subnet{
[all …]
H A Drequests_test.go38 expected := []subnets.Subnet{
109 opts := subnets.CreateOpts{
166 opts := subnets.CreateOpts{
216 opts := subnets.CreateOpts{
266 opts := subnets.CreateOpts{
306 opts := subnets.CreateOpts{
338 res := subnets.Create(fake.ServiceClient(), subnets.CreateOpts{})
343 res = subnets.Create(fake.ServiceClient(), subnets.CreateOpts{NetworkID: "foo"})
371 opts := subnets.UpdateOpts{
403 opts := subnets.UpdateOpts{
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/subnets/testing/
H A Dfixtures.go87 var Subnet1 = subnets.Subnet{
93 AllocationPools: []subnets.AllocationPool{
99 HostRoutes: []subnets.HostRoute{},
106 var Subnet2 = subnets.Subnet{
112 AllocationPools: []subnets.AllocationPool{
118 HostRoutes: []subnets.HostRoute{},
125 var Subnet3 = subnets.Subnet{
131 AllocationPools: []subnets.AllocationPool{
137 HostRoutes: []subnets.HostRoute{},
144 var Subnet4 = subnets.Subnet{
[all …]
H A Drequests_test.go38 expected := []subnets.Subnet{
109 opts := subnets.CreateOpts{
166 opts := subnets.CreateOpts{
216 opts := subnets.CreateOpts{
266 opts := subnets.CreateOpts{
306 opts := subnets.CreateOpts{
354 opts := subnets.CreateOpts{
387 res := subnets.Create(fake.ServiceClient(), subnets.CreateOpts{})
392 res = subnets.Create(fake.ServiceClient(), subnets.CreateOpts{NetworkID: "foo"})
422 opts := subnets.UpdateOpts{
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/subnets/testing/
H A Dfixtures.go87 var Subnet1 = subnets.Subnet{
93 AllocationPools: []subnets.AllocationPool{
99 HostRoutes: []subnets.HostRoute{},
106 var Subnet2 = subnets.Subnet{
112 AllocationPools: []subnets.AllocationPool{
118 HostRoutes: []subnets.HostRoute{},
125 var Subnet3 = subnets.Subnet{
131 AllocationPools: []subnets.AllocationPool{
137 HostRoutes: []subnets.HostRoute{},
144 var Subnet4 = subnets.Subnet{
[all …]
H A Drequests_test.go38 expected := []subnets.Subnet{
109 opts := subnets.CreateOpts{
166 opts := subnets.CreateOpts{
216 opts := subnets.CreateOpts{
266 opts := subnets.CreateOpts{
306 opts := subnets.CreateOpts{
338 res := subnets.Create(fake.ServiceClient(), subnets.CreateOpts{})
343 res = subnets.Create(fake.ServiceClient(), subnets.CreateOpts{NetworkID: "foo"})
371 opts := subnets.UpdateOpts{
403 opts := subnets.UpdateOpts{
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/subnets/testing/
H A Dfixtures.go87 var Subnet1 = subnets.Subnet{
93 AllocationPools: []subnets.AllocationPool{
99 HostRoutes: []subnets.HostRoute{},
106 var Subnet2 = subnets.Subnet{
112 AllocationPools: []subnets.AllocationPool{
118 HostRoutes: []subnets.HostRoute{},
125 var Subnet3 = subnets.Subnet{
131 AllocationPools: []subnets.AllocationPool{
137 HostRoutes: []subnets.HostRoute{},
144 var Subnet4 = subnets.Subnet{
[all …]
H A Drequests_test.go38 expected := []subnets.Subnet{
109 opts := subnets.CreateOpts{
166 opts := subnets.CreateOpts{
216 opts := subnets.CreateOpts{
266 opts := subnets.CreateOpts{
306 opts := subnets.CreateOpts{
354 opts := subnets.CreateOpts{
387 res := subnets.Create(fake.ServiceClient(), subnets.CreateOpts{})
392 res = subnets.Create(fake.ServiceClient(), subnets.CreateOpts{NetworkID: "foo"})
422 opts := subnets.UpdateOpts{
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/subnets/testing/
H A Dfixtures.go87 var Subnet1 = subnets.Subnet{
93 AllocationPools: []subnets.AllocationPool{
99 HostRoutes: []subnets.HostRoute{},
106 var Subnet2 = subnets.Subnet{
112 AllocationPools: []subnets.AllocationPool{
118 HostRoutes: []subnets.HostRoute{},
125 var Subnet3 = subnets.Subnet{
131 AllocationPools: []subnets.AllocationPool{
137 HostRoutes: []subnets.HostRoute{},
144 var Subnet4 = subnets.Subnet{
[all …]
H A Drequests_test.go38 expected := []subnets.Subnet{
109 opts := subnets.CreateOpts{
166 opts := subnets.CreateOpts{
216 opts := subnets.CreateOpts{
266 opts := subnets.CreateOpts{
306 opts := subnets.CreateOpts{
354 opts := subnets.CreateOpts{
387 res := subnets.Create(fake.ServiceClient(), subnets.CreateOpts{})
392 res = subnets.Create(fake.ServiceClient(), subnets.CreateOpts{NetworkID: "foo"})
422 opts := subnets.UpdateOpts{
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/subnets/testing/
H A Dfixtures.go87 var Subnet1 = subnets.Subnet{
93 AllocationPools: []subnets.AllocationPool{
99 HostRoutes: []subnets.HostRoute{},
106 var Subnet2 = subnets.Subnet{
112 AllocationPools: []subnets.AllocationPool{
118 HostRoutes: []subnets.HostRoute{},
125 var Subnet3 = subnets.Subnet{
131 AllocationPools: []subnets.AllocationPool{
137 HostRoutes: []subnets.HostRoute{},
144 var Subnet4 = subnets.Subnet{
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/subnets/testing/
H A Dfixtures.go87 var Subnet1 = subnets.Subnet{
93 AllocationPools: []subnets.AllocationPool{
99 HostRoutes: []subnets.HostRoute{},
106 var Subnet2 = subnets.Subnet{
112 AllocationPools: []subnets.AllocationPool{
118 HostRoutes: []subnets.HostRoute{},
125 var Subnet3 = subnets.Subnet{
131 AllocationPools: []subnets.AllocationPool{
137 HostRoutes: []subnets.HostRoute{},
144 var Subnet4 = subnets.Subnet{
[all …]
H A Drequests_test.go38 expected := []subnets.Subnet{
109 opts := subnets.CreateOpts{
166 opts := subnets.CreateOpts{
216 opts := subnets.CreateOpts{
266 opts := subnets.CreateOpts{
306 opts := subnets.CreateOpts{
354 opts := subnets.CreateOpts{
387 res := subnets.Create(fake.ServiceClient(), subnets.CreateOpts{})
392 res = subnets.Create(fake.ServiceClient(), subnets.CreateOpts{NetworkID: "foo"})
422 opts := subnets.UpdateOpts{
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/subnets/testing/
H A Dfixtures.go87 var Subnet1 = subnets.Subnet{
93 AllocationPools: []subnets.AllocationPool{
99 HostRoutes: []subnets.HostRoute{},
106 var Subnet2 = subnets.Subnet{
112 AllocationPools: []subnets.AllocationPool{
118 HostRoutes: []subnets.HostRoute{},
125 var Subnet3 = subnets.Subnet{
131 AllocationPools: []subnets.AllocationPool{
137 HostRoutes: []subnets.HostRoute{},
144 var Subnet4 = subnets.Subnet{
[all …]
H A Drequests_test.go38 expected := []subnets.Subnet{
109 opts := subnets.CreateOpts{
166 opts := subnets.CreateOpts{
216 opts := subnets.CreateOpts{
266 opts := subnets.CreateOpts{
306 opts := subnets.CreateOpts{
354 opts := subnets.CreateOpts{
387 res := subnets.Create(fake.ServiceClient(), subnets.CreateOpts{})
392 res = subnets.Create(fake.ServiceClient(), subnets.CreateOpts{NetworkID: "foo"})
422 opts := subnets.UpdateOpts{
[all …]

12345678910>>...97