Lines Matching refs:uint32_t
70 typedef uint32_t otSrpServerServiceUpdateId;
99 uint32_t mMinTtl; ///< The minimum TTL in seconds.
100 uint32_t mMaxTtl; ///< The maximum TTL in seconds.
108 uint32_t mMinLease; ///< The minimum LEASE interval in seconds.
109 uint32_t mMaxLease; ///< The maximum LEASE interval in seconds.
110 uint32_t mMinKeyLease; ///< The minimum KEY-LEASE interval in seconds.
111 uint32_t mMaxKeyLease; ///< The maximum KEY-LEASE interval in seconds.
119 uint32_t mLease; ///< The lease time of a host/service in milliseconds.
120 uint32_t mKeyLease; ///< The key lease time of a host/service in milliseconds.
121 uint32_t mRemainingLease; ///< The remaining lease time of the host/service in milliseconds.
122 … uint32_t mRemainingKeyLease; ///< The remaining key lease time of a host/service in milliseconds.
130 uint32_t mSuccess; ///< The number of successful responses.
131 uint32_t mServerFailure; ///< The number of server failure responses.
132 uint32_t mFormatError; ///< The number of format error responses.
133 uint32_t mNameExists; ///< The number of 'name exists' responses.
134 uint32_t mRefused; ///< The number of refused responses.
135 uint32_t mOther; ///< The number of other responses.
349 uint32_t aTimeout,
614 uint32_t otSrpServerServiceGetTtl(const otSrpServerService *aService);