Home
last modified time | relevance | path

Searched defs:subnet1 (Results 1 – 22 of 22) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/tests/
H A Dcfg_subnets4_unittest.cc81 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.2.0"), in TEST() local
131 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.2.0"), in TEST() local
164 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.1.0"), in TEST() local
228 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.1.0"), in TEST() local
395 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.2.0"), 26, 1, 2, 3)); in TEST() local
440 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.2.0"), 26, 1, 2, 3)); in TEST() local
477 Subnet4Ptr subnet1(new Subnet4(IOAddress("172.16.2.0"), 24, 1, 2, 3, in TEST() local
544 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.2.0"), 26, 1, 2, 3)); in TEST() local
620 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.2.0"), 26, 1, 2, 3)); in TEST() local
675 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.2.0"), 26, 1, 2, 3)); in TEST() local
[all …]
H A Dshared_network_unittest.cc280 Subnet4Ptr subnet1(new Subnet4(IOAddress("10.0.0.0"), 8, 10, 20, 30, in TEST() local
325 Subnet4Ptr subnet1(new Subnet4(IOAddress("10.0.0.0"), 8, 10, 20, 30, in TEST() local
392 Subnet4Ptr subnet1(new Subnet4(IOAddress("10.0.0.0"), 8, 10, 20, 30, in TEST() local
475 Subnet4Ptr subnet1(new Subnet4(IOAddress("10.0.0.0"), 8, 10, 20, 30, in TEST() local
557 Subnet4Ptr subnet1(new Subnet4(IOAddress("10.0.0.0"), 8, 10, 20, 30, in TEST() local
632 Subnet4Ptr subnet1(new Subnet4(IOAddress("10.0.0.0"), 8, 10, 20, 30, in TEST() local
725 Subnet4Ptr subnet1(new Subnet4(IOAddress("10.0.0.0"), 8, 10, 20, 30, in TEST() local
989 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 64, 10, 20, 30, in TEST() local
1034 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 64, 10, 20, 30, in TEST() local
1101 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 64, 10, 20, 30, in TEST() local
[all …]
H A Dcfgmgr_unittest.cc592 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.1.2.0"), 24, 1, 2, 3, 123)); in TEST_F() local
645 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.1.2.0"), 24, 1, 2, 3, 123)); in TEST_F() local
704 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.1.2.0"), 24, 1, 2, 3, 123)); in TEST_F() local
732 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 48, 1, 2, 3, 4, 123)); in TEST_F() local
803 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 48, 1, 2, 3, 4, 123)); in TEST_F() local
874 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 48, 1, 2, 3, 4, 123)); in TEST_F() local
925 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.1.2.0"), 24, 1, 2, 3, 123)); in TEST_F() local
1000 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.1.2.0"), 24, 1, 2, 3, 123)); in TEST_F() local
H A Dcfg_subnets6_unittest.cc88 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 48, 1, 2, 3, 4, in TEST() local
138 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 48, 1, 2, 3, 4)); in TEST() local
168 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), in TEST() local
231 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 48, 1, 2, 3, 4)); in TEST() local
338 Subnet6Ptr subnet1(new Subnet6(IOAddress("2000::"), 48, 1, 2, 3, 4)); in TEST() local
385 Subnet6Ptr subnet1(new Subnet6(IOAddress("2000::"), 48, 1, 2, 3, 4)); in TEST() local
443 Subnet6Ptr subnet1(new Subnet6(IOAddress("2000::"), 48, 1, 2, 3, 4)); in TEST() local
510 Subnet6Ptr subnet1(new Subnet6(IOAddress("2000::"), 48, 1, 2, 3, 4)); in TEST() local
548 Subnet6Ptr subnet1(new Subnet6(IOAddress("2000::"), 48, 1, 2, 3, 4)); in TEST() local
615 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), in TEST() local
[all …]
H A Dsanity_checks_unittest.cc221 Subnet4Ptr subnet1 = createSubnet4("192.168.1.0/24", 1); in TEST_F() local
242 Subnet6Ptr subnet1 = createSubnet6("2001:db8:1::/64", 1); in TEST_F() local
299 Subnet4Ptr subnet1 = createSubnet4("192.168.1.0/24", 1); in TEST_F() local
321 Subnet6Ptr subnet1 = createSubnet6("2001:db8:1::/64", 1); in TEST_F() local
H A Dcfg_shared_networks4_unittest.cc130 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.2.0"), 24, 1, 2, 3, 1)); in TEST() local
284 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.1.0"), in TEST() local
H A Dcfg_shared_networks6_unittest.cc131 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 64, 1, 2, 3, 4, 1)); in TEST() local
291 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:1::"), in TEST() local
H A Dsrv_config_unittest.cc1371 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.1.0"), 24, in TEST_F() local
1531 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 64, in TEST_F() local
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/x300/
H A Dx300_init.c74 …const struct ip_addr *subnet1 = (const struct ip_addr *)pick_inited_field(&eeprom_map->subnet[eth1… in init_network() local
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/testutils/
H A Dgeneric_host_data_source_unittest.cc1287 SubnetID subnet1 = host1->getIPv4SubnetID(); in testGetByIPv4() local
1331 SubnetID subnet1 = host1->getIPv4SubnetID(); in testGet4ByIdentifier() local
1589 SubnetID subnet1 = host1->getIPv6SubnetID(); in testGet6ByHWAddr() local
1626 SubnetID subnet1 = host1->getIPv6SubnetID(); in testGet6ByClientId() local
2390 SubnetID subnet1 = host1->getIPv4SubnetID(); in testDeleteByAddr4() local
2424 SubnetID subnet1 = host1->getIPv4SubnetID(); in testDeleteById4() local
2474 SubnetID subnet1 = host1->getIPv4SubnetID(); in testDeleteById4Options() local
2525 SubnetID subnet1 = host1->getIPv6SubnetID(); in testDeleteById6() local
2569 SubnetID subnet1 = host1->getIPv6SubnetID(); in testDeleteById6Options() local
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Dconfig_backend_unittest.cc452 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:1::"), 64, 1, 2, 100, 100, SubnetID(1))); in TEST_F() local
H A Ddhcp6_srv_unittest.cc2081 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 48, 1, 2, 3, 4)); in TEST_F() local
2153 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 48, 1, 2, 3, 4)); in TEST_F() local
2218 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 48, 1, 2, 3, 4)); in TEST_F() local
2341 Subnet6Ptr subnet1(new Subnet6(IOAddress("2001:db8:1::"), 48, 1, 2, 3, 4)); in TEST_F() local
2734 Subnet6Ptr subnet1 = *subnets->begin(); in TEST_F() local
3251 Subnet6Ptr subnet1 = (*subnets->begin()); in TEST_F() local
H A Dctrl_dhcp6_srv_unittest.cc641 string subnet1 = in TEST_F() local
839 string subnet1 = in TEST_F() local
H A Dclassify_unittests.cc1366 Subnet6Ptr subnet1 = *subnets->begin(); in TEST_F() local
H A Dconfig_parser_unittest.cc3612 Subnet6Ptr subnet1 = CfgMgr::instance().getStagingCfg()->getCfgSubnets6()-> in TEST_F() local
4770 auto subnet1 = std::next(subnet0); in TEST_F() local
/dports/net/kea/kea-2.0.1/src/bin/dhcp4/tests/
H A Dconfig_backend_unittest.cc474 Subnet4Ptr subnet1(new Subnet4(IOAddress("192.0.2.0"), 26, 1, 2, 3, SubnetID(1))); in TEST_F() local
H A Dconfig_parser_unittest.cc1719 Subnet4Ptr subnet1 = cfg->selectSubnet(IOAddress("192.0.2.1")); in TEST_F() local
1765 Subnet4Ptr subnet1 = cfg->selectSubnet(IOAddress("192.0.2.1")); in TEST_F() local
1810 Subnet4Ptr subnet1 = cfg->selectSubnet(IOAddress("192.0.2.1")); in TEST_F() local
1856 Subnet4Ptr subnet1 = cfg->selectSubnet(IOAddress("192.0.2.1")); in TEST_F() local
3381 Subnet4Ptr subnet1 = CfgMgr::instance().getStagingCfg()-> in TEST_F() local
4828 auto subnet1 = std::next(subnet0); in TEST_F() local
7380 Subnet4Ptr subnet1 = cfg->selectSubnet(IOAddress("192.0.2.1")); in TEST_F() local
7426 Subnet4Ptr subnet1 = cfg->selectSubnet(IOAddress("192.0.2.1")); in TEST_F() local
H A Dctrl_dhcp4_srv_unittest.cc728 string subnet1 = in TEST_F() local
925 string subnet1 = in TEST_F() local
H A Dshared_network_unittest.cc1278 string generateAuthConfig(AuthoritativeFlag global, AuthoritativeFlag subnet1, in generateAuthConfig()
2722 AuthoritativeFlag subnet1; in TEST_F() member
H A Ddhcp4_srv_unittest.cc3925 Subnet4Ptr subnet1 = *subnets->begin(); in TEST_F() local
4011 Subnet4Ptr subnet1 = *subnets->begin(); in TEST_F() local
4074 Subnet4Ptr subnet1 = *subnet_it; in TEST_F() local
4205 Subnet4Ptr subnet1 = *subnet_it; in TEST_F() local
4547 Subnet4Ptr subnet1 = *subnets->begin(); in TEST_F() local
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/mysql_cb/tests/
H A Dmysql_cb_dhcp4_unittest.cc1611 auto subnet1 = test_subnets_[0]; in TEST_F() local
1719 auto subnet1 = test_subnets_[0]; in TEST_F() local
H A Dmysql_cb_dhcp6_unittest.cc1636 auto subnet1 = test_subnets_[0]; in TEST_F() local
1725 auto subnet1 = test_subnets_[0]; in TEST_F() local