Searched refs:otMessageSettings (Results 1 – 17 of 17) sorted by relevance
| /openthread-latest/include/openthread/ |
| D | message.h | 82 typedef struct otMessageSettings struct 86 } otMessageSettings; typedef
|
| D | ip6.h | 370 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings); 391 const otMessageSettings *aSettings);
|
| D | udp.h | 150 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
|
| D | nat64.h | 296 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
|
| D | coap.h | 829 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
|
| /openthread-latest/tests/fuzz/ |
| D | ip6_send.cpp | 67 otMessageSettings settings; in LLVMFuzzerTestOneInput()
|
| /openthread-latest/src/core/api/ |
| D | ip6_api.cpp | 133 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage() 141 const otMessageSettings *aSettings) in otIp6NewMessageFromBuffer()
|
| D | nat64_api.cpp | 54 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp4NewMessage()
|
| D | udp_api.cpp | 40 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otUdpNewMessage()
|
| D | coap_api.cpp | 42 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otCoapNewMessage()
|
| /openthread-latest/src/core/common/ |
| D | message.hpp | 352 class Settings : public otMessageSettings 395 static const Settings &From(const otMessageSettings *aSettings); 405 static const otMessageSettings kDefault; 1902 DefineCoreType(otMessageSettings, Message::Settings);
|
| D | message.cpp | 193 const otMessageSettings Message::Settings::kDefault = {kWithLinkSecurity, kPriorityNormal}; 201 const Message::Settings &Message::Settings::From(const otMessageSettings *aSettings) in From()
|
| /openthread-latest/src/cli/ |
| D | cli_udp.cpp | 257 otMessageSettings messageSettings = {mLinkSecurityEnabled, OT_MESSAGE_PRIORITY_NORMAL}; in Process()
|
| /openthread-latest/examples/platforms/simulation/ |
| D | mdns_socket.c | 473 OT_TOOL_WEAK otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage()
|
| /openthread-latest/src/posix/platform/ |
| D | udp.cpp | 615 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in Process()
|
| D | netif.cpp | 1234 otMessageSettings settings; in processTransmit()
|
| /openthread-latest/src/ncp/ |
| D | ncp_base_mtd.cpp | 3394 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in HandlePropertySet() 4508 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in HandlePropertySet()
|