HomeSort by relevance Sort by last modified time
    Searched defs:StunMessage (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 49 StunMessage::StunMessage() : type_(0), length_(0),
55 StunMessage::~StunMessage() {
61 void StunMessage::SetTransactionID(const std::string& str) {
66 void StunMessage::AddAttribute(StunAttribute* attr) {
72 StunMessage::GetAddress(StunAttributeType type) const {
91 StunMessage::GetUInt32(StunAttributeType type) const {
106 StunMessage::GetByteString(StunAttributeType type) const {
121 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const
    [all...]
stun.h 118 class StunMessage {
120 StunMessage();
121 ~StunMessage();
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 59 // StunMessage
61 StunMessage::StunMessage()
69 StunMessage::~StunMessage() {
75 bool StunMessage::IsLegacy() const {
82 bool StunMessage::SetTransactionID(const std::string& str) {
90 bool StunMessage::AddAttribute(StunAttribute* attr) {
105 const StunAddressAttribute* StunMessage::GetAddress(int type) const {
122 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const
    [all...]
stun.h 147 class StunMessage {
149 StunMessage();
150 virtual ~StunMessage();
182 // This can't currently be done on a StunMessage, since it is affected by
183 // padding data (which we discard when reading a StunMessage).
205 virtual StunMessage* CreateNew() const { return new StunMessage(); }
235 virtual void SetOwner(StunMessage* owner) {}
247 uint16 length, StunMessage* owner);
336 StunMessage* owner)
    [all...]

Completed in 177 milliseconds