Home
last modified time | relevance | path

Searched refs:aKeyLease (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_server.hpp557 void SetKeyLease(uint32_t aKeyLease) { mKeyLease = aKeyLease; } in SetKeyLease() argument
629 uint32_t GrantKeyLease(uint32_t aKeyLease) const;
969 uint32_t aKeyLease,
Dsrp_server.cpp246 uint32_t Server::LeaseConfig::GrantKeyLease(uint32_t aKeyLease) const in GrantKeyLease()
250 return (aKeyLease == 0) ? 0 : Clamp(aKeyLease, mMinKeyLease, mMaxKeyLease); in GrantKeyLease()
1499 uint32_t aKeyLease, in SendResponse() argument
1533 leaseOption.InitAsLongVariant(aLease, aKeyLease); in SendResponse()
1544 …success response with granted lease: %lu and key lease: %lu", ToUlong(aLease), ToUlong(aKeyLease)); in SendResponse()