HomeSort by relevance Sort by last modified time
    Searched defs:StunMessage (Results 1 - 2 of 2) 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();

Completed in 401 milliseconds