Home
last modified time | relevance | path

Searched refs:KeepAliveTlv (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Ddns_dso.cpp403 KeepAliveTlv keepAliveTlv; in SendKeepAliveMessage()
600 ResetTimeouts(/* aIsKeepAliveMessage*/ (primaryTlvType == KeepAliveTlv::kType)); in SendMessage()
738 ResetTimeouts(/* aIsKeepAliveMessage */ (primaryTlvType == KeepAliveTlv::kType)); in HandleReceive()
794 case KeepAliveTlv::kType: in ProcessRequestOrUnidirectionalMessage()
864 case KeepAliveTlv::kType: in ProcessResponseMessage()
892 KeepAliveTlv keepAliveTlv; in ProcessKeepAliveMessage()
924 VerifyOrExit((keepAliveTlv.GetType() == KeepAliveTlv::kType) && keepAliveTlv.IsValid()); in ProcessKeepAliveMessage()
933 … VerifyOrExit((tlv.GetType() != KeepAliveTlv::kType) && (tlv.GetType() != RetryDelayTlv::kType)); in ProcessKeepAliveMessage()
Ddns_dso.hpp851 class KeepAliveTlv : public Tlv class in ot::Dns::Dso