Searched refs:otMessageSettings (Results 1 – 14 of 14) sorted by relevance
/external/openthread/include/openthread/ |
D | message.h | 76 typedef struct otMessageSettings struct 80 } otMessageSettings; argument
|
D | ip6.h | 398 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings); 420 const otMessageSettings *aSettings);
|
D | udp.h | 158 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
|
D | coap.h | 862 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
|
/external/openthread/src/core/common/ |
D | message.hpp | 351 class Settings : public otMessageSettings 399 static const Settings &From(const otMessageSettings *aSettings); 410 static const otMessageSettings kDefault; 1720 DefineCoreType(otMessageSettings, Message::Settings);
|
D | message.cpp | 201 const otMessageSettings Message::Settings::kDefault = {kWithLinkSecurity, kPriorityNormal}; 209 const Message::Settings &Message::Settings::From(const otMessageSettings *aSettings) in From()
|
/external/openthread/tests/fuzz/ |
D | ip6_send.cpp | 51 otMessageSettings settings; in LLVMFuzzerTestOneInput()
|
/external/openthread/src/core/api/ |
D | ip6_api.cpp | 139 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage() 147 const otMessageSettings *aSettings) in otIp6NewMessageFromBuffer()
|
D | udp_api.cpp | 43 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otUdpNewMessage()
|
D | coap_api.cpp | 46 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otCoapNewMessage()
|
/external/openthread/src/cli/ |
D | cli_udp.cpp | 133 otMessageSettings messageSettings = {mLinkSecurityEnabled, OT_MESSAGE_PRIORITY_NORMAL}; in ProcessSend()
|
/external/openthread/src/posix/platform/ |
D | udp.cpp | 618 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in Process()
|
D | netif.cpp | 945 otMessageSettings settings; in processTransmit()
|
/external/openthread/src/ncp/ |
D | ncp_base_mtd.cpp | 3295 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in HandlePropertySet() 4518 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in HandlePropertySet()
|