Home
last modified time | relevance | path

Searched refs:Send (Results 1 – 25 of 40) sorted by relevance

12

/openthread-latest/examples/apps/cli/
Dcli_uart.cpp207 static void Send(void) in Send() function
239 Send(); in SendDoneTask()
266 Send(); in Output()
331 Send(); in CliUartOutput()
361 Send(); in CliUartOutput()
/openthread-latest/src/core/mac/
Dmac_links.cpp140 void Links::Send(TxFrame &aFrame, RadioTypes aRadioTypes) in Send() function in ot::Mac::Links
158 SuccessOrAssert(mSubMac.Send()); in Send()
164 mTrel.Send(); in Send()
Dmac_links.hpp555 void Send(void) in Send() function in ot::Mac::Links
558 SuccessOrAssert(mSubMac.Send()); in Send()
561 mTrel.Send(); in Send()
575 void Send(TxFrame &aFrame, RadioTypes aRadioTypes);
Dlink_raw.cpp203 SuccessOrExit(error = mSubMac.Send()); in Transmit()
Dsub_mac.hpp341 Error Send(void);
/openthread-latest/src/cli/
DREADME_COMMISSIONER.md56 Send a `MGMT_ANNOUNCE_BEGIN` message.
72 Send a `MGMT_ED_SCAN` message.
148 Send a `MGMT_GET` message to the Leader.
159 Send a `MGMT_SET` message to the Leader.
170 Send a `MGMT_PANID_QUERY` message.
DREADME_UDP.md158 Send a UDP message.
181 Send a few bytes over UDP.
204 Send a UDP message on a connected socket.
215 Send a few bytes over UDP.
DREADME.md1405 Send DNS Query to obtain IPv6 address for given hostname.
1429 Send DNS query to obtain IPv4 address for a given hostname and provide the NAT64 synthesized IPv6 a…
1446 Send a browse (service instance enumeration) DNS query to get the list of services for given servic…
1488 Send a service instance resolution DNS query for a given service instance. Service instance label i…
1496 Send a service instance resolution DNS query for a given service instance with a potential follow-u…
1669 Send fake Thread messages.
1959 Send a Link Metrics Management Request to clear an Enhanced-ACK Based Probing.
1978 Send a Link Metrics Management Request to register an Enhanced-ACK Based Probing.
2007 Send a Link Metrics Management Request to configure a Forward Tracking Series.
2038 Send a MLE Link Probe message to the peer.
[all …]
/openthread-latest/src/core/radio/
Dble_secure.cpp194 Error BleSecure::Send(uint8_t *aBuf, uint16_t aLength) in Send() function in ot::Ble::BleSecure
219 SuccessOrExit(error = Send(reinterpret_cast<uint8_t *>(&tlv), sizeof(tlv))); in SendApplicationTlv()
227 SuccessOrExit(error = Send(reinterpret_cast<uint8_t *>(&tlv), sizeof(tlv))); in SendApplicationTlv()
230 error = Send(aBuf, aLength); in SendApplicationTlv()
473 SuccessOrExit(error = mTls.Send(*message)); in HandleTransmit()
Dtrel_link.cpp104 void Link::Send(void) in Send() function in ot::Trel::Link
211 VerifyOrExit(mInterface.Send(txPacket, isDiscovery) == kErrorNone, InvokeSendDone(kErrorAbort)); in BeginTransmit()
474 IgnoreError(mInterface.Send(ackPacket)); in SendAck()
Dtrel_link.hpp148 void Send(void);
Dble_secure.hpp219 Error Send(uint8_t *aBuf, uint16_t aLength);
Dtrel_interface.hpp295 Error Send(const Packet &aPacket, bool aIsDiscovery = false);
/openthread-latest/src/core/border_router/
Dinfra_if.hpp150 Error Send(const Icmp6Packet &aPacket, const Ip6::Address &aDestination) const;
Dinfra_if.cpp84 Error InfraIf::Send(const Icmp6Packet &aPacket, const Ip6::Address &aDestination) const in Send() function in ot::BorderRouter::InfraIf
/openthread-latest/src/core/coap/
Dcoap.cpp168 Error CoapBase::Send(ot::Message &aMessage, const Ip6::MessageInfo &aMessageInfo) in Send() function in ot::Coap::CoapBase
340 SuccessOrExit(error = Send(aMessage, aMessageInfo)); in SendMessage()
412 SuccessOrExit(error = Send(*message, aMessageInfo)); in SendEmptyMessage()
980 SuccessOrExit(error = Send(*messageCopy, aMessageInfo)); in SendCopy()
1299 error = Send(*cachedResponse, aMessageInfo); in ProcessReceivedRequest()
1668 : CoapBase(aInstance, &Coap::Send) in Coap()
1712 Error Coap::Send(CoapBase &aCoapBase, ot::Message &aMessage, const Ip6::MessageInfo &aMessageInfo) in Send() function in ot::Coap::Coap
1714 return static_cast<Coap &>(aCoapBase).Send(aMessage, aMessageInfo); in Send()
1717 Error Coap::Send(ot::Message &aMessage, const Ip6::MessageInfo &aMessageInfo) in Send() function in ot::Coap::Coap
Dcoap.hpp872 Error Send(ot::Message &aMessage, const Ip6::MessageInfo &aMessageInfo);
935 …static Error Send(CoapBase &aCoapBase, ot::Message &aMessage, const Ip6::MessageInfo &aMessageInfo…
936 Error Send(ot::Message &aMessage, const Ip6::MessageInfo &aMessageInfo);
Dcoap_secure.cpp155 error = Dtls::Session::Send(*message); in HandleTransmitTask()
/openthread-latest/src/core/net/
Dudp6.cpp177 Error Udp::Plat::Send(SocketHandle &aSocket, Message &aMessage, const MessageInfo &aMessageInfo) in Send() function in ot::Ip6::Udp::Plat
351 SuccessOrExit(error = Plat::Send(aSocket, aMessage, messageInfoLocal)); in SendTo()
Ddnssd_server.cpp220 response.Send(*aRequest.mMessageInfo); in ProcessQuery()
261 void Server::Response::Send(const Ip6::MessageInfo &aMessageInfo) in Send() function in ot::Dns::ServiceDiscovery::Server::Response
1214 Send(aMessageInfo); in Answer()
1231 Send(aMessageInfo); in Answer()
1404 response.Send(info.mMessageInfo); in Finalize()
2084 response.Send(info.mMessageInfo); in HandleResult()
2102 response.Send(info.mMessageInfo); in HandleResult()
Dudp6.hpp669 … static Error Send(SocketHandle &aSocket, Message &aMessage, const MessageInfo &aMessageInfo);
/openthread-latest/src/core/api/
Dble_secure_api.cpp185 return AsCoreType(aInstance).Get<Ble::BleSecure>().Send(aBuf, aLength); in otBleSecureSend()
/openthread-latest/tools/tcat_ble_client/
DREADME.md78 - `hello` - Send "hello world" application data and read the response.
/openthread-latest/tests/nexus/
Dtest_dtls.cpp331 SuccessOrQuit(dtls0.Send(*msg->Clone())); in TestDtlsSingleSession()
345 SuccessOrQuit(dtls1.Send(*msg->Clone())); in TestDtlsSingleSession()
/openthread-latest/src/core/diags/
DREADME.md174 Send the frame set by `diag frame` if length is omitted. Otherwise overwrite the frame set by `diag…
190 Send the frame set by `diag frame` if length is omitted. Otherwise overwrite the frame set by `diag…

12