Searched refs:KeepAliveTlv (Results 1 – 2 of 2) sorted by relevance
403 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()
851 class KeepAliveTlv : public Tlv class in ot::Dns::Dso