Searched defs:aSettings (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | udp6.cpp | 92 Message *Udp::Socket::NewMessage(uint16_t aReserved, const Message::Settings &aSettings) in NewMessage() 435 Message *Udp::NewMessage(uint16_t aReserved, const Message::Settings &aSettings) in NewMessage()
|
H A D | ip6.cpp | 91 Message *Ip6::NewMessage(uint16_t aReserved, const Message::Settings &aSettings) in NewMessage() 97 …:NewMessageFromData(const uint8_t *aData, uint16_t aDataLength, const Message::Settings &aSettings) in NewMessageFromData()
|
H A D | nat64_translator.cpp | 82 Message *Translator::NewIp4Message(const Message::Settings &aSettings) in NewIp4Message()
|
/aosp_15_r20/external/openthread/src/core/api/ |
H A D | ip6_api.cpp | 140 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage() 148 const otMessageSettings *aSettings) in otIp6NewMessageFromBuffer()
|
H A D | udp_api.cpp | 43 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otUdpNewMessage()
|
H A D | nat64_api.cpp | 63 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp4NewMessage()
|
H A D | coap_api.cpp | 46 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otCoapNewMessage()
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | message.cpp | 71 …agePool::Allocate(Message::Type aType, uint16_t aReserveHeader, const Message::Settings &aSettings) in Allocate() 211 const Message::Settings &Message::Settings::From(const otMessageSettings *aSettings) in From()
|
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | mdns_socket.c | 483 OT_TOOL_WEAK otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage()
|
/aosp_15_r20/external/openthread/src/core/coap/ |
H A D | coap.cpp | 108 Message *CoapBase::NewMessage(const Message::Settings &aSettings) in NewMessage()
|