Home
last modified time | relevance | path

Searched refs:GetByteString (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dport.cc250 stun_msg->GetByteString(STUN_ATTR_USERNAME); in GetStunMessage()
329 request->GetByteString(STUN_ATTR_USERNAME); in SendBindingResponse()
378 request->GetByteString(STUN_ATTR_USERNAME); in SendBindingErrorResponse()
Drelayserver.cc277 msg.GetByteString(STUN_ATTR_USERNAME); in OnExternalPacket()
326 msg->GetByteString(STUN_ATTR_USERNAME); in HandleStun()
482 request.GetByteString(STUN_ATTR_DATA); in HandleStunSend()
Dstun.h132 const StunByteStringAttribute* GetByteString(StunAttributeType type) const;
Dstun.cc106 StunMessage::GetByteString(StunAttributeType type) const { in GetByteString() function in cricket::StunMessage
Drelayport.cc705 const StunByteStringAttribute* data_attr = msg.GetByteString(STUN_ATTR_DATA); in OnReadPacket()