Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Drelayserver_unittest.cc162 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()
Dstun.h512 STUN_ATTR_LIFETIME = 0x000d, // UInt32 enumerator
526 case STUN_ATTR_LIFETIME: return STUN_VALUE_UINT32; in GetAttributeValueType()
Dturnserver.cc642 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()
Drelayserver.cc360 request.GetUInt32(STUN_ATTR_LIFETIME); in HandleStunAllocate()
438 StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in HandleStunAllocate()
Dstun_unittest.cc1370 const StunUInt32Attribute* uval = msg.GetUInt32(STUN_ATTR_LIFETIME); in TEST_F()
1374 StunUInt32Attribute* uval2 = StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in TEST_F()
Dturnport.cc1209 STUN_ATTR_LIFETIME, lifetime_))); in Prepare()