Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Drelayserver.cc62 StunByteStringAttribute* magic_cookie_attr = in SendStunError() local
65 magic_cookie_attr->CopyBytes(cricket::TURN_MAGIC_COOKIE_VALUE, in SendStunError()
68 magic_cookie_attr->CopyBytes(magic_cookie.c_str(), magic_cookie.size()); in SendStunError()
70 err_msg.AddAttribute(magic_cookie_attr); in SendStunError()
421 StunByteStringAttribute* magic_cookie_attr = in HandleStunAllocate() local
423 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(), in HandleStunAllocate()
425 response.AddAttribute(magic_cookie_attr); in HandleStunAllocate()
494 StunByteStringAttribute* magic_cookie_attr = in HandleStunSend() local
496 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(), in HandleStunSend()
498 response.AddAttribute(magic_cookie_attr); in HandleStunSend()
[all …]
Drelayport.cc577 StunByteStringAttribute* magic_cookie_attr = in SendTo() local
579 magic_cookie_attr->CopyBytes(TURN_MAGIC_COOKIE_VALUE, in SendTo()
581 VERIFY(request.AddAttribute(magic_cookie_attr)); in SendTo()