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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 459 return new StunXorAddressAttribute(type, length, owner);
479 StunXorAddressAttribute* StunAttribute::CreateXorAddress(uint16 type) {
480 return new StunXorAddressAttribute(type, 0, NULL);
576 StunXorAddressAttribute::StunXorAddressAttribute(uint16 type,
581 StunXorAddressAttribute::StunXorAddressAttribute(uint16 type,
586 rtc::IPAddress StunXorAddressAttribute::GetXoredIP() const {
622 bool StunXorAddressAttribute::Read(ByteBuffer* buf) {
631 bool StunXorAddressAttribute::Write(ByteBuffer* buf) const
    [all...]
stun.h 137 class StunXorAddressAttribute;
252 static StunXorAddressAttribute* CreateXorAddress(uint16 type);
333 class StunXorAddressAttribute : public StunAddressAttribute {
335 StunXorAddressAttribute(uint16 type, const rtc::SocketAddress& addr);
336 StunXorAddressAttribute(uint16 type, uint16 length,

Completed in 1485 milliseconds