Searched defs:aSettings (Results 1 – 10 of 10) sorted by relevance
/external/openthread/src/core/net/ |
D | udp6.cpp | 87 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()
|
D | ip6.cpp | 73 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()
|
D | nat64_translator.cpp | 78 Message *Translator::NewIp4Message(const Message::Settings &aSettings) in NewIp4Message()
|
/external/openthread/src/core/api/ |
D | ip6_api.cpp | 133 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage() 141 const otMessageSettings *aSettings) in otIp6NewMessageFromBuffer()
|
D | udp_api.cpp | 40 otMessage *otUdpNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otUdpNewMessage()
|
D | nat64_api.cpp | 54 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp4NewMessage()
|
D | coap_api.cpp | 42 otMessage *otCoapNewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otCoapNewMessage()
|
/external/openthread/src/core/common/ |
D | message.cpp | 61 …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/ |
D | mdns_socket.c | 473 OT_TOOL_WEAK otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage()
|
/external/openthread/src/core/coap/ |
D | coap.cpp | 98 Message *CoapBase::NewMessage(const Message::Settings &aSettings) in NewMessage()
|