Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Drelayserver.cc80 StunAttribute::CreateByteString(cricket::STUN_ATTR_MAGIC_COOKIE); in SendStunError()
439 StunAttribute::CreateByteString(cricket::STUN_ATTR_MAGIC_COOKIE); in HandleStunAllocate()
512 StunAttribute::CreateByteString(cricket::STUN_ATTR_MAGIC_COOKIE); in HandleStunSend()
622 StunAttribute::CreateByteString(cricket::STUN_ATTR_MAGIC_COOKIE); in Send()
634 StunAttribute::CreateByteString(STUN_ATTR_DATA); in Send()
Drelayserver_unittest.cc163 StunAttribute::CreateByteString(STUN_ATTR_MAGIC_COOKIE); in AddMagicCookieAttr()
169 StunAttribute::CreateByteString(STUN_ATTR_USERNAME); in AddUsernameAttr()
483 StunAttribute::CreateByteString(STUN_ATTR_DATA); in TEST_F()
525 StunAttribute::CreateByteString(STUN_ATTR_DATA); in TEST_F()
Drelayport.cc578 StunAttribute::CreateByteString(STUN_ATTR_MAGIC_COOKIE); in SendTo()
584 StunAttribute::CreateByteString(STUN_ATTR_USERNAME); in SendTo()
604 StunAttribute::CreateByteString(STUN_ATTR_DATA); in SendTo()
784 StunAttribute::CreateByteString(STUN_ATTR_USERNAME); in Prepare()
Dstun_unittest.cc1338 StunAttribute::CreateByteString(STUN_ATTR_USERNAME); in TEST_F()
1358 bytes2 = StunAttribute::CreateByteString(STUN_ATTR_MAGIC_COOKIE); in TEST_F()
1398 bytes2 = StunAttribute::CreateByteString(STUN_ATTR_DATA); in TEST_F()
Dstun.h255 static StunByteStringAttribute* CreateByteString(uint16 type);
Dstun.cc491 StunByteStringAttribute* StunAttribute::CreateByteString(uint16 type) { in CreateByteString() function in cricket::StunAttribute