Home
last modified time | relevance | path

Searched defs:aSettings (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Dudp6.cpp92 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 Dip6.cpp91 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 Dnat64_translator.cpp82 Message *Translator::NewIp4Message(const Message::Settings &aSettings) in NewIp4Message()
/aosp_15_r20/external/openthread/src/core/api/
H A Dip6_api.cpp140 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage()
148 const otMessageSettings *aSettings) in otIp6NewMessageFromBuffer()
H A Dudp_api.cpp43 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otUdpNewMessage()
H A Dnat64_api.cpp63 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp4NewMessage()
H A Dcoap_api.cpp46 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otCoapNewMessage()
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.cpp71 …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 Dmdns_socket.c483 OT_TOOL_WEAK otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage()
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap.cpp108 Message *CoapBase::NewMessage(const Message::Settings &aSettings) in NewMessage()