Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dsntp.h63 typedef struct otSntpQuery struct
66 } otSntpQuery; argument
97 const otSntpQuery *aQuery,
/openthread-3.6.0/src/core/api/
Dsntp_api.cpp46 const otSntpQuery *aQuery, in otSntpClientQuery()
/openthread-3.6.0/src/core/net/
Dsntp_client.hpp114 Error Query(const otSntpQuery *aQuery, ResponseHandler aHandler, void *aContext);
Dsntp_client.cpp84 Error Client::Query(const otSntpQuery *aQuery, otSntpResponseHandler aHandler, void *aContext) in Query()
/openthread-3.6.0/src/cli/
Dcli.cpp6657 otSntpQuery query; in Process()