Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dsntp.h61 typedef struct otSntpQuery struct
64 } otSntpQuery; typedef
93 const otSntpQuery *aQuery,
/openthread-latest/src/core/api/
Dsntp_api.cpp45 const otSntpQuery *aQuery, in otSntpClientQuery()
/openthread-latest/src/core/net/
Dsntp_client.hpp108 Error Query(const otSntpQuery *aQuery, ResponseHandler aHandler, void *aContext);
Dsntp_client.cpp77 Error Client::Query(const otSntpQuery *aQuery, otSntpResponseHandler aHandler, void *aContext) in Query()
/openthread-latest/src/cli/
Dcli.cpp6244 otSntpQuery query; in Process()