Searched refs:kJoinerUdpPort (Results 1 – 7 of 7) sorted by relevance
162 SuccessOrExit(error = Get<Coap::CoapSecure>().Start(kJoinerUdpPort)); in Start()221 IgnoreError(Get<Ip6::Filter>().RemoveUnsecurePort(kJoinerUdpPort)); in Finish()395 SuccessOrExit(error = Get<Ip6::Filter>().AddUnsecurePort(kJoinerUdpPort)); in Connect()557 IgnoreError(Get<Ip6::Filter>().RemoveUnsecurePort(kJoinerUdpPort)); in HandleJoinerFinalizeResponse()
182 static constexpr uint16_t kJoinerUdpPort = OPENTHREAD_CONFIG_JOINER_UDP_PORT; member in ot::MeshCoP::Joiner
98 kJoinerUdpPort = OT_MESHCOP_TLV_JOINER_UDP_PORT, ///< Joiner UDP Port TLV enumerator1122 class JoinerUdpPortTlv : public Tlv, public UintTlvInfo<Tlv::kJoinerUdpPort, uint16_t>1131 SetType(kJoinerUdpPort); in Init()
111 …= As<JoinerUdpPortTlv>(Get<NetworkData::Leader>().GetCommissioningDataSubTlv(Tlv::kJoinerUdpPort)); in GetJoinerUdpPort()
254 kJoinerUdpPort = 18, enumerator
371 case MeshCoP::Tlv::kJoinerUdpPort: in HandleDiscoveryResponse()
228 if (type == MeshCoP::Tlv::kJoinerUdpPort || type == MeshCoP::Tlv::kSteeringData) in HandleCommissioningSet()