Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Ddns_client.h287 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse,
/openthread-3.4.0/src/core/api/
Ddns_api.cpp104 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetHostName() function
/openthread-3.4.0/src/cli/
Dcli.cpp3427 IgnoreError(otDnsAddressResponseGetHostName(aResponse, hostName, sizeof(hostName))); in HandleDnsAddressResponse()