/openthread-latest/examples/apps/cli/ |
D | cli_uart.cpp | 207 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/ |
D | mac_links.cpp | 140 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()
|
D | mac_links.hpp | 555 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);
|
D | link_raw.cpp | 203 SuccessOrExit(error = mSubMac.Send()); in Transmit()
|
D | sub_mac.hpp | 341 Error Send(void);
|
/openthread-latest/src/cli/ |
D | README_COMMISSIONER.md | 56 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.
|
D | README_UDP.md | 158 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.
|
D | README.md | 1405 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/ |
D | ble_secure.cpp | 194 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()
|
D | trel_link.cpp | 104 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()
|
D | trel_link.hpp | 148 void Send(void);
|
D | ble_secure.hpp | 219 Error Send(uint8_t *aBuf, uint16_t aLength);
|
D | trel_interface.hpp | 295 Error Send(const Packet &aPacket, bool aIsDiscovery = false);
|
/openthread-latest/src/core/border_router/ |
D | infra_if.hpp | 150 Error Send(const Icmp6Packet &aPacket, const Ip6::Address &aDestination) const;
|
D | infra_if.cpp | 84 Error InfraIf::Send(const Icmp6Packet &aPacket, const Ip6::Address &aDestination) const in Send() function in ot::BorderRouter::InfraIf
|
/openthread-latest/src/core/coap/ |
D | coap.cpp | 168 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
|
D | coap.hpp | 872 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);
|
D | coap_secure.cpp | 155 error = Dtls::Session::Send(*message); in HandleTransmitTask()
|
/openthread-latest/src/core/net/ |
D | udp6.cpp | 177 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()
|
D | dnssd_server.cpp | 220 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()
|
D | udp6.hpp | 669 … static Error Send(SocketHandle &aSocket, Message &aMessage, const MessageInfo &aMessageInfo);
|
/openthread-latest/src/core/api/ |
D | ble_secure_api.cpp | 185 return AsCoreType(aInstance).Get<Ble::BleSecure>().Send(aBuf, aLength); in otBleSecureSend()
|
/openthread-latest/tools/tcat_ble_client/ |
D | README.md | 78 - `hello` - Send "hello world" application data and read the response.
|
/openthread-latest/tests/nexus/ |
D | test_dtls.cpp | 331 SuccessOrQuit(dtls0.Send(*msg->Clone())); in TestDtlsSingleSession() 345 SuccessOrQuit(dtls1.Send(*msg->Clone())); in TestDtlsSingleSession()
|
/openthread-latest/src/core/diags/ |
D | README.md | 174 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…
|