Home
last modified time | relevance | path

Searched defs:Request (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/
DCONTRIBUTING.md60 #### Branch
72 #### Create Commits
84 #### Upstream Sync and Clean Up
110 #### Coding Conventions and Style
116 #### Push and Test
128 #### Submit Pull Request
132 #### Checks fail
/openthread-3.6.0/src/core/net/
Ddnssd_server.hpp319 struct Request struct in ot::Dns::ServiceDiscovery::Server
323 const Message *mMessage;
324 const Ip6::MessageInfo *mMessageInfo;
325 Header mHeader;
326 QueryType mType;
/openthread-3.6.0/src/lib/spinel/
Dradio_spinel.cpp1647 otError RadioSpinel::Request(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, ...) in Request() function in ot::Spinel::RadioSpinel