Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dmessage.h82 typedef struct otMessageSettings struct
86 } otMessageSettings; typedef
Dip6.h370 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
391 const otMessageSettings *aSettings);
Dudp.h150 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
Dnat64.h296 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
Dcoap.h829 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
/openthread-latest/tests/fuzz/
Dip6_send.cpp67 otMessageSettings settings; in LLVMFuzzerTestOneInput()
/openthread-latest/src/core/api/
Dip6_api.cpp133 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage()
141 const otMessageSettings *aSettings) in otIp6NewMessageFromBuffer()
Dnat64_api.cpp54 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp4NewMessage()
Dudp_api.cpp40 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otUdpNewMessage()
Dcoap_api.cpp42 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otCoapNewMessage()
/openthread-latest/src/core/common/
Dmessage.hpp352 class Settings : public otMessageSettings
395 static const Settings &From(const otMessageSettings *aSettings);
405 static const otMessageSettings kDefault;
1902 DefineCoreType(otMessageSettings, Message::Settings);
Dmessage.cpp193 const otMessageSettings Message::Settings::kDefault = {kWithLinkSecurity, kPriorityNormal};
201 const Message::Settings &Message::Settings::From(const otMessageSettings *aSettings) in From()
/openthread-latest/src/cli/
Dcli_udp.cpp257 otMessageSettings messageSettings = {mLinkSecurityEnabled, OT_MESSAGE_PRIORITY_NORMAL}; in Process()
/openthread-latest/examples/platforms/simulation/
Dmdns_socket.c473 OT_TOOL_WEAK otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage()
/openthread-latest/src/posix/platform/
Dudp.cpp615 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in Process()
Dnetif.cpp1234 otMessageSettings settings; in processTransmit()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3394 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in HandlePropertySet()
4508 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in HandlePropertySet()