Searched refs:kJoinerUdpPort (Results 1 – 6 of 6) sorted by relevance
155 SuccessOrExit(error = Get<Tmf::SecureAgent>().Start(kJoinerUdpPort)); in Start()213 IgnoreError(Get<Ip6::Filter>().RemoveUnsecurePort(kJoinerUdpPort)); in Finish()372 SuccessOrExit(error = Get<Ip6::Filter>().AddUnsecurePort(kJoinerUdpPort)); in Connect()516 IgnoreError(Get<Ip6::Filter>().RemoveUnsecurePort(kJoinerUdpPort)); in HandleJoinerFinalizeResponse()
185 static constexpr uint16_t kJoinerUdpPort = OPENTHREAD_CONFIG_JOINER_UDP_PORT; member in ot::MeshCoP::Joiner
99 kJoinerUdpPort = OT_MESHCOP_TLV_JOINER_UDP_PORT, ///< Joiner UDP Port TLV enumerator1107 class JoinerUdpPortTlv : public Tlv, public UintTlvInfo<Tlv::kJoinerUdpPort, uint16_t>1116 SetType(kJoinerUdpPort); in Init()
109 …= As<JoinerUdpPortTlv>(Get<NetworkData::Leader>().GetCommissioningDataSubTlv(Tlv::kJoinerUdpPort)); in GetJoinerUdpPort()
375 case MeshCoP::Tlv::kJoinerUdpPort: in HandleDiscoveryResponse()
220 if (type == MeshCoP::Tlv::kJoinerUdpPort || type == MeshCoP::Tlv::kSteeringData) in HandleTmf()