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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc49 StunMessage::StunMessage() : type_(0), length_(0), function in class:cricket::StunMessage
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
[all...]
H A Dstun.h118 class StunMessage { class in namespace:cricket
120 StunMessage();
121 ~StunMessage();

Completed in 534 milliseconds