Searched refs:IsConfirmable (Results 1 – 10 of 10) sorted by relevance
86 if (aMessage.IsConfirmable() && !aMessageInfo.GetSockAddr().IsMulticast()) in HandleRequest()
81 if (aMessage.IsConfirmable() && !aMessageInfo.GetSockAddr().IsMulticast()) in HandleQuery()
97 if (aMessage.IsConfirmable() && !aMessageInfo.GetSockAddr().IsMulticast()) in HandleRequest()
587 …if (aMessage.IsConfirmable() && Get<Tmf::Agent>().SendEmptyAck(aMessage, aMessageInfo) == kErrorNo… in HandleDuaNotification()
479 if (aMessage.IsConfirmable()) in HandleDiagnosticGetQuery()
718 if (aMessage.IsConfirmable() && !aMessageInfo.GetSockAddr().IsMulticast()) in HandleAddressError()
236 if (aMessage.IsConfirmable()) in SendMessage()293 metadata.mConfirmable = aMessage.IsConfirmable(); in SendMessage()349 …return (aRequest.IsConfirmable() ? SendHeaderResponse(aCode, aRequest, aMessageInfo) : kErrorInval… in SendEmptyAck()362 VerifyOrExit(aRequest.IsConfirmable(), error = kErrorInvalidArgs); in SendEmptyMessage()1013 if (!aMessageInfo.GetSockAddr().IsMulticast() && message.IsConfirmable()) in Receive()1239 if (aMessage.IsConfirmable() || aMessage.IsNonConfirmable()) in ProcessReceivedResponse()
753 bool IsConfirmable(void) const { return (GetType() == kTypeConfirmable); } in IsConfirmable() function in ot::Coap::Message
108 return IsConfirmable() && IsPostRequest(); in IsConfirmablePostRequest()
619 proactive = !aMessage.IsConfirmable(); in HandleBackboneAnswer()