Searched refs:kDynamicPortMax (Results 1 – 4 of 4) sorted by relevance
663 kDynamicPortMax = 65535, ///< Service Name and Transport Protocol Port Number Registry enumerator
617 …static constexpr uint16_t kDynamicPortMax = 65535; // Service Name and Transport Protocol Port Num… member in ot::Ip6::Udp
819 for (uint16_t i = 0; i != kDynamicPortMax - kDynamicPortMin + 1; i++) in AutoBind()823 if (mEphemeralPort == kDynamicPortMax) in AutoBind()
426 if (mEphemeralPort < kDynamicPortMax) in GetEphemeralPort()