Home
last modified time | relevance | path

Searched refs:otMessageSettings (Results 1 – 14 of 14) sorted by relevance

/external/openthread/include/openthread/
Dmessage.h76 typedef struct otMessageSettings struct
80 } otMessageSettings; argument
Dip6.h398 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
420 const otMessageSettings *aSettings);
Dudp.h158 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
Dcoap.h862 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
/external/openthread/src/core/common/
Dmessage.hpp351 class Settings : public otMessageSettings
399 static const Settings &From(const otMessageSettings *aSettings);
410 static const otMessageSettings kDefault;
1720 DefineCoreType(otMessageSettings, Message::Settings);
Dmessage.cpp201 const otMessageSettings Message::Settings::kDefault = {kWithLinkSecurity, kPriorityNormal};
209 const Message::Settings &Message::Settings::From(const otMessageSettings *aSettings) in From()
/external/openthread/tests/fuzz/
Dip6_send.cpp51 otMessageSettings settings; in LLVMFuzzerTestOneInput()
/external/openthread/src/core/api/
Dip6_api.cpp139 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage()
147 const otMessageSettings *aSettings) in otIp6NewMessageFromBuffer()
Dudp_api.cpp43 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otUdpNewMessage()
Dcoap_api.cpp46 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otCoapNewMessage()
/external/openthread/src/cli/
Dcli_udp.cpp133 otMessageSettings messageSettings = {mLinkSecurityEnabled, OT_MESSAGE_PRIORITY_NORMAL}; in ProcessSend()
/external/openthread/src/posix/platform/
Dudp.cpp618 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in Process()
Dnetif.cpp945 otMessageSettings settings; in processTransmit()
/external/openthread/src/ncp/
Dncp_base_mtd.cpp3295 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in HandlePropertySet()
4518 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in HandlePropertySet()