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