Contains the counters of DNS-SD server.

Public Attributes#

uint32_t

The number of successful responses.

uint32_t

The number of server failure responses.

uint32_t

The number of format error responses.

uint32_t

The number of name error responses.

uint32_t

The number of 'not implemented' responses.

uint32_t

The number of other responses.

uint32_t

The number of queries resolved by the local SRP server.

The number of queries, responses, failures handled by upstream DNS server.

Public Attribute Documentation#

mSuccessResponse#

uint32_t otDnssdCounters::mSuccessResponse

The number of successful responses.


Definition at line 168 of file include/openthread/dnssd_server.h

mServerFailureResponse#

uint32_t otDnssdCounters::mServerFailureResponse

The number of server failure responses.


Definition at line 169 of file include/openthread/dnssd_server.h

mFormatErrorResponse#

uint32_t otDnssdCounters::mFormatErrorResponse

The number of format error responses.


Definition at line 170 of file include/openthread/dnssd_server.h

mNameErrorResponse#

uint32_t otDnssdCounters::mNameErrorResponse

The number of name error responses.


Definition at line 171 of file include/openthread/dnssd_server.h

mNotImplementedResponse#

uint32_t otDnssdCounters::mNotImplementedResponse

The number of 'not implemented' responses.


Definition at line 172 of file include/openthread/dnssd_server.h

mOtherResponse#

uint32_t otDnssdCounters::mOtherResponse

The number of other responses.


Definition at line 173 of file include/openthread/dnssd_server.h

mResolvedBySrp#

uint32_t otDnssdCounters::mResolvedBySrp

The number of queries resolved by the local SRP server.


Definition at line 174 of file include/openthread/dnssd_server.h

mUpstreamDnsCounters#

otUpstreamDnsCounters otDnssdCounters::mUpstreamDnsCounters

The number of queries, responses, failures handled by upstream DNS server.


Definition at line 175 of file include/openthread/dnssd_server.h