Home
last modified time | relevance | path

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

/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dcql_host_data_source.cc435 std::string host_ipv4_client_classes_; member in isc::dhcp::CqlHostExchange
1488 data.add(&host_ipv4_client_classes_); in createBindForSelect()
1606 host_ipv4_client_classes_ = host->getClientClasses4().toText(","); in prepareExchange()
1607 if (host_ipv4_client_classes_.size() > CLIENT_CLASSES_MAX_LEN) { in prepareExchange()
1609 "IPv4 client classes " << host_ipv4_client_classes_ << " of length " in prepareExchange()
1610 << host_ipv4_client_classes_.size() << " is greater than allowed of " in prepareExchange()
1759 data.add(&host_ipv4_client_classes_); in createBindForMutation()
1889 host_ipv4_client_classes_, host_ipv6_client_classes_, in retrieve()