Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Drelayserver.cc455 StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in HandleStunAllocate()
518 StunAttribute::CreateUInt32(cricket::STUN_ATTR_OPTIONS); in HandleStunSend()
Dstun.h253 static StunUInt32Attribute* CreateUInt32(uint16 type);
Dstun_unittest.cc1346 StunUInt32Attribute* uval2 = StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in TEST_F()
1367 uval2 = StunAttribute::CreateUInt32(STUN_ATTR_BANDWIDTH); in TEST_F()
Drelayserver_unittest.cc175 StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in AddLifetimeAttr()
Drelayport.cc598 StunAttribute::CreateUInt32(STUN_ATTR_OPTIONS); in SendTo()
Dstun.cc487 StunUInt32Attribute* StunAttribute::CreateUInt32(uint16 type) { in CreateUInt32() function in cricket::StunAttribute
Dturnport.cc829 StunUInt32Attribute* transport_attr = StunAttribute::CreateUInt32( in Prepare()