2.2.1.2.113 DHCPV6_STATELESS_SCOPE_STATS

The DHCPV6_STATELESS_SCOPE_STATS structure contains the address counters for a specific IPv6 stateless subnet. The number of stateless IPv6 clients added and removed from the stateless client inventory is stored in this structure. This structure is used in the DHCPV6_STATELESS_STATS (section 2.2.1.2.114) structure.

 typedef struct _DHCPV6_STATELESS_SCOPE_STATS {
     DHCP_IPV6_ADDRESS   SubnetAddress;
     ULONGLONG           NumStatelessClientsAdded;
     ULONGLONG           NumStatelessClientsRemoved;
 } DHCPV6_STATELESS_SCOPE_STATS, *PDHCPV6_STATELESS_SCOPE_STATS, *LPDHCPV6_STATELESS_SCOPE_STATS;

SubnetAddress: The IPv6 prefix for the scope.

NumStatelessClientsAdded: The number of IPv6 stateless clients that have been added to the DHCPv6 stateless client inventory for the IPv6 prefix stored in SubnetAddress.

NumStatelessClientsRemoved: The number of IPv6 stateless clients that have been removed from the DHCPv6 stateless client inventory for the IPv6 prefix stored in SubnetAddress.