Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dudp6.cpp87 Message *Udp::Socket::NewMessage(uint16_t aReserved, const Message::Settings &aSettings) in NewMessage()
404 Message *Udp::NewMessage(uint16_t aReserved, const Message::Settings &aSettings) in NewMessage()
Dip6.cpp73 Message *Ip6::NewMessage(uint16_t aReserved, const Message::Settings &aSettings) in NewMessage()
79 …:NewMessageFromData(const uint8_t *aData, uint16_t aDataLength, const Message::Settings &aSettings) in NewMessageFromData()
Dnat64_translator.cpp78 Message *Translator::NewIp4Message(const Message::Settings &aSettings) in NewIp4Message()
/external/openthread/src/core/api/
Dip6_api.cpp133 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage()
141 const otMessageSettings *aSettings) in otIp6NewMessageFromBuffer()
Dudp_api.cpp40 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otUdpNewMessage()
Dnat64_api.cpp54 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp4NewMessage()
Dcoap_api.cpp42 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otCoapNewMessage()
/external/openthread/src/core/common/
Dmessage.cpp61 …agePool::Allocate(Message::Type aType, uint16_t aReserveHeader, const Message::Settings &aSettings) in Allocate()
201 const Message::Settings &Message::Settings::From(const otMessageSettings *aSettings) in From()
/external/openthread/examples/platforms/simulation/
Dmdns_socket.c473 OT_TOOL_WEAK otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage()
/external/openthread/src/core/coap/
Dcoap.cpp98 Message *CoapBase::NewMessage(const Message::Settings &aSettings) in NewMessage()