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

/external/webrtc/webrtc/p2p/base/
H A Dstun.cc443 return new StunXorAddressAttribute(type, length, owner);
463 StunXorAddressAttribute* StunAttribute::CreateXorAddress(uint16_t type) {
464 return new StunXorAddressAttribute(type, 0, NULL);
560 StunXorAddressAttribute::StunXorAddressAttribute(uint16_t type, function in class:cricket::StunXorAddressAttribute
565 StunXorAddressAttribute::StunXorAddressAttribute(uint16_t type, function in class:cricket::StunXorAddressAttribute
571 rtc::IPAddress StunXorAddressAttribute::GetXoredIP() const {
607 bool StunXorAddressAttribute::Read(ByteBuffer* buf) {
616 bool StunXorAddressAttribute
[all...]
H A Dstun.h121 class StunXorAddressAttribute;
238 static StunXorAddressAttribute* CreateXorAddress(uint16_t type);
319 class StunXorAddressAttribute : public StunAddressAttribute { class in namespace:cricket
321 StunXorAddressAttribute(uint16_t type, const rtc::SocketAddress& addr);
322 StunXorAddressAttribute(uint16_t type, uint16_t length, StunMessage* owner);

Completed in 125 milliseconds