Searched refs:kTypeNonConfirmable (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/coap/ |
D | coap.cpp | 125 return InitMessage(NewPriorityMessage(), kTypeNonConfirmable, aUri); in NewPriorityNonConfirmablePostMessage() 130 return InitMessage(NewMessage(), kTypeNonConfirmable, aUri); in NewNonConfirmablePostMessage() 434 case kTypeNonConfirmable: in SendHeaderResponse() 435 message->Init(kTypeNonConfirmable, aCode); in SendHeaderResponse() 1019 case kTypeNonConfirmable: in FindRelatedRequest() 1244 case kTypeNonConfirmable: in ProcessReceivedResponse()
|
D | coap_message.hpp | 78 kTypeNonConfirmable = OT_COAP_TYPE_NON_CONFIRMABLE, ///< Non-confirmable type. enumerator 701 bool IsNonConfirmable(void) const { return (GetType() == kTypeNonConfirmable); } in IsNonConfirmable()
|
D | coap_message.cpp | 77 … return Init(aDestination.IsMulticast() ? kTypeNonConfirmable : kTypeConfirmable, kCodePost, aUri); in InitAsPost()
|
/openthread-latest/src/core/meshcop/ |
D | border_agent.cpp | 588 message->Init(Coap::kTypeNonConfirmable, CoapCodeFromError(aError)); in SendErrorMessage() 963 if ((mType == Coap::kTypeNonConfirmable) || mSeparate) in ToHeader() 965 aMessage.Init(Coap::kTypeNonConfirmable, static_cast<Coap::Code>(aCode)); in ToHeader()
|
/openthread-latest/src/core/backbone_router/ |
D | bbr_manager.cpp | 641 …SuccessOrExit(error = message->Init(proactive ? Coap::kTypeNonConfirmable : Coap::kTypeConfirmable… in SendBackboneAnswer()
|
/openthread-latest/src/core/thread/ |
D | address_resolver.cpp | 729 …message->Init(aDestination == nullptr ? Coap::kTypeNonConfirmable : Coap::kTypeConfirmable, Coap::… in SendAddressError()
|