HomeSort by relevance Sort by last modified time
    Searched refs:StunAddressAttribute (Results 1 - 14 of 14) sorted by null

  /external/webrtc/webrtc/p2p/base/
stun.h 120 class StunAddressAttribute;
152 const StunAddressAttribute* GetAddress(int type) const;
237 static StunAddressAttribute* CreateAddress(uint16_t type);
257 class StunAddressAttribute : public StunAttribute {
262 StunAddressAttribute(uint16_t type, const rtc::SocketAddress& addr);
263 StunAddressAttribute(uint16_t type, uint16_t length);
319 class StunXorAddressAttribute : public StunAddressAttribute {
stun.cc 89 const StunAddressAttribute* StunMessage::GetAddress(int type) const {
98 return reinterpret_cast<const StunAddressAttribute*>(mapped_address);
102 return static_cast<const StunAddressAttribute*>(GetAttribute(type));
441 return new StunAddressAttribute(type, length);
459 StunAddressAttribute* StunAttribute::CreateAddress(uint16_t type) {
460 return new StunAddressAttribute(type, 0);
488 StunAddressAttribute::StunAddressAttribute(uint16_t type,
494 StunAddressAttribute::StunAddressAttribute(uint16_t type, uint16_t length
    [all...]
stunserver.cc 89 StunAddressAttribute* mapped_addr;
stun_unittest.cc 40 void CheckStunAddressAttribute(const StunAddressAttribute* addr,
534 const StunAddressAttribute* addr = msg.GetAddress(STUN_ATTR_MAPPED_ADDRESS);
547 const StunAddressAttribute* addr =
562 const StunAddressAttribute* addr = msg.GetAddress(STUN_ATTR_MAPPED_ADDRESS);
575 const StunAddressAttribute* addr = msg.GetAddress(STUN_ATTR_MAPPED_ADDRESS);
589 const StunAddressAttribute* addr =
636 const StunAddressAttribute* mapped_address =
659 const StunAddressAttribute* mapped_address =
712 const StunAddressAttribute* addr = msg.GetAddress(STUN_ATTR_MAPPED_ADDRESS);
728 const StunAddressAttribute* addr
    [all...]
stunserver_unittest.cc 88 const StunAddressAttribute* mapped_addr =
relayserver_unittest.cc 167 StunAddressAttribute* attr =
243 const StunAddressAttribute* mapped_addr =
273 const StunAddressAttribute* mapped_addr =
311 const StunAddressAttribute* src_addr =
479 const StunAddressAttribute* src_addr =
turnserver.cc 356 StunAddressAttribute* mapped_addr_attr;
480 VERIFY(resp.AddAttribute(new StunAddressAttribute(
636 StunAddressAttribute* mapped_addr_attr =
638 StunAddressAttribute* relayed_addr_attr =
674 const StunAddressAttribute* peer_attr =
694 const StunAddressAttribute* peer_attr =
723 const StunAddressAttribute* peer_attr =
turnport.cc 790 const StunAddressAttribute* addr_attr =
    [all...]
relayport.cc 589 StunAddressAttribute* addr_attr =
732 const StunAddressAttribute* addr_attr =
811 const StunAddressAttribute* addr_attr =
relayserver.cc 431 StunAddressAttribute* addr_attr =
453 const StunAddressAttribute* addr_attr =
610 StunAddressAttribute* addr_attr =
stunport.cc 53 const StunAddressAttribute* addr_attr =
port.cc     [all...]
port_unittest.cc     [all...]
  /external/webrtc/webrtc/p2p/stunprober/
stunprober.cc 182 const cricket::StunAddressAttribute* addr_attr =

Completed in 531 milliseconds