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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 107 class StunAddressAttribute;
130 const StunAddressAttribute* GetAddress(StunAttributeType type) const;
178 static StunAddressAttribute* CreateAddress(uint16 type);
196 class StunAddressAttribute : public StunAttribute {
198 StunAddressAttribute(uint16 type);
336 const StunAddressAttribute* address() const { return addr_; }
342 void SetPreallocateAddress(StunAddressAttribute* addr);
350 StunAddressAttribute* addr_;
stun.cc 71 const StunAddressAttribute*
82 return reinterpret_cast<const StunAddressAttribute*>(GetAttribute(type));
219 if (length != StunAddressAttribute::SIZE)
221 return new StunAddressAttribute(type);
261 StunAddressAttribute* StunAttribute::CreateAddress(uint16 type) {
271 return new StunAddressAttribute(type);
322 StunAddressAttribute::StunAddressAttribute(uint16 type)
326 bool StunAddressAttribute::Read(ByteBuffer* buf) {
339 void StunAddressAttribute::Write(ByteBuffer* buf) const
    [all...]
stunserver.cc 92 StunAddressAttribute* mapped_addr =
106 StunAddressAttribute* source_addr =
relayport.cc 552 StunAddressAttribute* addr_attr =
693 const StunAddressAttribute* addr_attr =
758 const StunAddressAttribute* addr_attr =
stunport.cc 62 const StunAddressAttribute* addr_attr =
relayserver.cc 451 StunAddressAttribute* addr_attr =
474 const StunAddressAttribute* addr_attr =
632 StunAddressAttribute* addr_attr =
port.cc 346 StunAddressAttribute* addr_attr =
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h 135 class StunAddressAttribute;
167 const StunAddressAttribute* GetAddress(int type) const;
250 static StunAddressAttribute* CreateAddress(uint16 type);
270 class StunAddressAttribute : public StunAttribute {
275 StunAddressAttribute(uint16 type, const talk_base::SocketAddress& addr);
276 StunAddressAttribute(uint16 type, uint16 length);
332 class StunXorAddressAttribute : public StunAddressAttribute {
stun.cc 105 const StunAddressAttribute* StunMessage::GetAddress(int type) const {
114 return reinterpret_cast<const StunAddressAttribute*>(mapped_address);
118 return static_cast<const StunAddressAttribute*>(GetAttribute(type));
455 return new StunAddressAttribute(type, length);
473 StunAddressAttribute* StunAttribute::CreateAddress(uint16 type) {
474 return new StunAddressAttribute(type, 0);
502 StunAddressAttribute::StunAddressAttribute(uint16 type,
508 StunAddressAttribute::StunAddressAttribute(uint16 type, uint16 length
    [all...]
stunserver.cc 74 StunAddressAttribute* mapped_addr;
stun_unittest.cc 57 void CheckStunAddressAttribute(const StunAddressAttribute* addr,
578 const StunAddressAttribute* addr = msg.GetAddress(STUN_ATTR_MAPPED_ADDRESS);
591 const StunAddressAttribute* addr =
606 const StunAddressAttribute* addr = msg.GetAddress(STUN_ATTR_MAPPED_ADDRESS);
619 const StunAddressAttribute* addr = msg.GetAddress(STUN_ATTR_MAPPED_ADDRESS);
633 const StunAddressAttribute* addr =
680 const StunAddressAttribute* mapped_address =
703 const StunAddressAttribute* mapped_address =
756 const StunAddressAttribute* addr = msg.GetAddress(STUN_ATTR_MAPPED_ADDRESS);
772 const StunAddressAttribute* addr
    [all...]
stunserver_unittest.cc 97 const StunAddressAttribute* mapped_addr =
relayserver_unittest.cc 174 StunAddressAttribute* attr =
253 const StunAddressAttribute* mapped_addr =
283 const StunAddressAttribute* mapped_addr =
321 const StunAddressAttribute* src_addr =
489 const StunAddressAttribute* src_addr =
turnserver.cc 436 StunAddressAttribute* mapped_addr_attr;
697 StunAddressAttribute* mapped_addr_attr =
699 StunAddressAttribute* relayed_addr_attr =
735 const StunAddressAttribute* peer_attr =
755 const StunAddressAttribute* peer_attr =
778 const StunAddressAttribute* peer_attr =
    [all...]
relayport.cc 577 StunAddressAttribute* addr_attr =
718 const StunAddressAttribute* addr_attr =
785 const StunAddressAttribute* addr_attr =
stunport.cc 63 const StunAddressAttribute* addr_attr =
relayserver.cc 447 StunAddressAttribute* addr_attr =
469 const StunAddressAttribute* addr_attr =
623 StunAddressAttribute* addr_attr =
turnport.cc 459 const StunAddressAttribute* addr_attr =
658 const StunAddressAttribute* mapped_attr =
669 const StunAddressAttribute* relayed_attr =
    [all...]
port.cc 601 new StunAddressAttribute(STUN_ATTR_MAPPED_ADDRESS, addr));
    [all...]
port_unittest.cc     [all...]

Completed in 868 milliseconds