Searched refs:STUN_ATTR_LIFETIME (Results 1 – 6 of 6) sorted by relevance
162 StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in AddLifetimeAttr()251 res->GetUInt32(STUN_ATTR_LIFETIME); in TEST_F()281 res->GetUInt32(STUN_ATTR_LIFETIME); in TEST_F()
512 STUN_ATTR_LIFETIME = 0x000d, // UInt32 enumerator526 case STUN_ATTR_LIFETIME: return STUN_VALUE_UINT32; in GetAttributeValueType()
642 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs); in HandleAllocateRequest()665 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs); in HandleRefreshRequest()816 const StunUInt32Attribute* lifetime_attr = msg->GetUInt32(STUN_ATTR_LIFETIME); in ComputeLifetime()
360 request.GetUInt32(STUN_ATTR_LIFETIME); in HandleStunAllocate()438 StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in HandleStunAllocate()
1370 const StunUInt32Attribute* uval = msg.GetUInt32(STUN_ATTR_LIFETIME); in TEST_F()1374 StunUInt32Attribute* uval2 = StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in TEST_F()
1209 STUN_ATTR_LIFETIME, lifetime_))); in Prepare()