Searched refs:GetByteString (Results 1 – 5 of 5) sorted by relevance
250 stun_msg->GetByteString(STUN_ATTR_USERNAME); in GetStunMessage()329 request->GetByteString(STUN_ATTR_USERNAME); in SendBindingResponse()378 request->GetByteString(STUN_ATTR_USERNAME); in SendBindingErrorResponse()
277 msg.GetByteString(STUN_ATTR_USERNAME); in OnExternalPacket()326 msg->GetByteString(STUN_ATTR_USERNAME); in HandleStun()482 request.GetByteString(STUN_ATTR_DATA); in HandleStunSend()
132 const StunByteStringAttribute* GetByteString(StunAttributeType type) const;
106 StunMessage::GetByteString(StunAttributeType type) const { in GetByteString() function in cricket::StunMessage
705 const StunByteStringAttribute* data_attr = msg.GetByteString(STUN_ATTR_DATA); in OnReadPacket()