Home
last modified time | relevance | path

Searched defs:LeaseStatsRow (Results 1 – 2 of 2) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dlease_mgr.h61 struct LeaseStatsRow { struct
63 LeaseStatsRow() : in LeaseStatsRow() function
75 LeaseStatsRow(const SubnetID& subnet_id, const uint32_t lease_state, in LeaseStatsRow() function
87 LeaseStatsRow(const SubnetID& subnet_id, const Lease::Type& lease_type, in LeaseStatsRow() argument
126 /// up to date statistical lease data organized as rows of LeaseStatsRow argument
H A Dlease_mgr.cc210 LeaseStatsQuery::getNextRow(LeaseStatsRow& /*row*/) { in getNextRow() argument