Searched defs:StunMessage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc60 // StunMessage
62 StunMessage::StunMessage() function in class:cricket::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
[all...]
H A Dstun.h148 class StunMessage { class in namespace:cricket
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* owne
[all...]

Completed in 359 milliseconds