Home
last modified time | relevance | path

Searched refs:kJoinerUdpPort (Results 1 – 6 of 6) sorted by relevance

/openthread-3.7.0/src/core/meshcop/
Djoiner.cpp155 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()
Djoiner.hpp185 static constexpr uint16_t kJoinerUdpPort = OPENTHREAD_CONFIG_JOINER_UDP_PORT; member in ot::MeshCoP::Joiner
Dtcat_agent.hpp363 static constexpr uint16_t kJoinerUdpPort = OPENTHREAD_CONFIG_JOINER_UDP_PORT; member in ot::MeshCoP::TcatAgent
Dmeshcop_tlvs.hpp95 kJoinerUdpPort = OT_MESHCOP_TLV_JOINER_UDP_PORT, ///< Joiner UDP Port TLV enumerator
592 typedef UintTlvInfo<Tlv::kJoinerUdpPort, uint16_t> JoinerUdpPortTlv;
/openthread-3.7.0/src/core/thread/
Dnetwork_data_leader.cpp521 case MeshCoP::Tlv::kJoinerUdpPort: in GetCommissioningDataset()
545 return ReadCommissioningDataUint16SubTlv(MeshCoP::Tlv::kJoinerUdpPort, aPort); in FindJoinerUdpPort()
Ddiscover_scanner.cpp387 case MeshCoP::Tlv::kJoinerUdpPort: in HandleDiscoveryResponse()