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

  /external/webrtc/webrtc/p2p/base/
stun.cc 43 // StunMessage
45 StunMessage::StunMessage()
53 StunMessage::~StunMessage() {
59 bool StunMessage::IsLegacy() const {
66 bool StunMessage::SetTransactionID(const std::string& str) {
74 bool StunMessage::AddAttribute(StunAttribute* attr) {
89 const StunAddressAttribute* StunMessage::GetAddress(int type) const {
106 const StunUInt32Attribute* StunMessage::GetUInt32(int type) const
    [all...]
stun.h 132 class StunMessage {
134 StunMessage();
135 virtual ~StunMessage();
167 // This can't currently be done on a StunMessage, since it is affected by
168 // padding data (which we discard when reading a StunMessage).
190 virtual StunMessage* CreateNew() const { return new StunMessage(); }
220 virtual void SetOwner(StunMessage* owner) {}
234 StunMessage* owner);
322 StunXorAddressAttribute(uint16_t type, uint16_t length, StunMessage* owner)
    [all...]

Completed in 62 milliseconds