Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_server.cpp450 uint32_t hostKeyLease = 0; in CommitSrpUpdate() local
462 hostKeyLease = aHost.GetKeyLease(); in CommitSrpUpdate()
464 grantedKeyLease = useShortLease ? grantedLease : aLeaseConfig.GrantKeyLease(hostKeyLease); in CommitSrpUpdate()
572 if (aError == kErrorNone && !(grantedLease == hostLease && grantedKeyLease == hostKeyLease)) in CommitSrpUpdate()