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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 60 // StunMessage
62 StunMessage::StunMessage()
70 StunMessage::~StunMessage() {
76 bool StunMessage::IsLegacy() const {
83 bool StunMessage::SetTransactionID(const std::string& str) {
91 bool StunMessage::AddAttribute(StunAttribute* attr) {
106 const StunAddressAttribute* StunMessage::GetAddress(int type) const {
123 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const
    [all...]
stun.h 148 class StunMessage {
150 StunMessage();
151 virtual ~StunMessage();
183 // This can't currently be done on a StunMessage, since it is affected by
184 // padding data (which we discard when reading a StunMessage).
206 virtual StunMessage* CreateNew() const { return new StunMessage(); }
236 virtual void SetOwner(StunMessage* owner) {}
248 uint16 length, StunMessage* owner);
337 StunMessage* owner)
    [all...]

Completed in 205 milliseconds