Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Drelayserver.cc80 StunByteStringAttribute* magic_cookie_attr = in SendStunError() local
83 magic_cookie_attr->CopyBytes(cricket::STUN_MAGIC_COOKIE_VALUE, 4); in SendStunError()
85 magic_cookie_attr->CopyBytes(magic_cookie.c_str(), magic_cookie.size()); in SendStunError()
86 err_msg.AddAttribute(magic_cookie_attr); in SendStunError()
439 StunByteStringAttribute* magic_cookie_attr = in HandleStunAllocate() local
441 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(), in HandleStunAllocate()
443 response.AddAttribute(magic_cookie_attr); in HandleStunAllocate()
518 StunByteStringAttribute* magic_cookie_attr = in HandleStunSend() local
520 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(), in HandleStunSend()
522 response.AddAttribute(magic_cookie_attr); in HandleStunSend()
[all …]
Drelayport.cc540 StunByteStringAttribute* magic_cookie_attr = in SendTo() local
542 magic_cookie_attr->CopyBytes(port_->magic_cookie().c_str(), in SendTo()
544 request.AddAttribute(magic_cookie_attr); in SendTo()
734 StunByteStringAttribute* magic_cookie_attr = in Prepare() local
736 magic_cookie_attr->CopyBytes( in Prepare()
739 request->AddAttribute(magic_cookie_attr); in Prepare()