Home
last modified time | relevance | path

Searched refs:AppendTimeoutTlv (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dmle.hpp987 Error AppendTimeoutTlv(uint32_t aTimeout);
Dmle.cpp1791 SuccessOrExit(error = message->AppendTimeoutTlv(mTimeout)); in SendChildIdRequest()
2014 … SuccessOrExit(error = message->AppendTimeoutTlv((aMode == kAppendZeroTimeout) ? 0 : mTimeout)); in SendChildUpdateRequestToParent()
2077 SuccessOrExit(error = message->AppendTimeoutTlv(mTimeout)); in SendChildUpdateResponse()
4866 Error Mle::TxMessage::AppendTimeoutTlv(uint32_t aTimeout) { return Tlv::Append<TimeoutTlv>(*this, a… in AppendTimeoutTlv() function in ot::Mle::Mle::TxMessage
Dmle_router.cpp3114 SuccessOrExit(error = message->AppendTimeoutTlv(aChild->GetTimeout())); in SendChildUpdateResponseToChild()