Searched defs:aSettings (Results 1 – 9 of 9) sorted by relevance
/openthread-3.5.0/src/core/net/ |
D | udp6.cpp | 84 Message *Udp::Socket::NewMessage(uint16_t aReserved, const Message::Settings &aSettings) in NewMessage() 425 Message *Udp::NewMessage(uint16_t aReserved, const Message::Settings &aSettings) in NewMessage()
|
D | nat64_translator.cpp | 82 Message *Translator::NewIp4Message(const Message::Settings &aSettings) in NewIp4Message()
|
D | ip6.cpp | 88 Message *Ip6::NewMessage(uint16_t aReserved, const Message::Settings &aSettings) in NewMessage() 94 …:NewMessageFromData(const uint8_t *aData, uint16_t aDataLength, const Message::Settings &aSettings) in NewMessageFromData()
|
/openthread-3.5.0/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 | nat64_api.cpp | 61 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp4NewMessage()
|
D | coap_api.cpp | 46 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otCoapNewMessage()
|
/openthread-3.5.0/src/core/common/ |
D | message.cpp | 71 …agePool::Allocate(Message::Type aType, uint16_t aReserveHeader, const Message::Settings &aSettings) in Allocate() 209 const Message::Settings &Message::Settings::From(const otMessageSettings *aSettings) in From()
|
/openthread-3.5.0/src/core/coap/ |
D | coap.cpp | 107 Message *CoapBase::NewMessage(const Message::Settings &aSettings) in NewMessage()
|