OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
75
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
101
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
438
StunAddressAttribute
* mapped_addr_attr;
700
StunAddressAttribute
* mapped_addr_attr =
702
StunAddressAttribute
* relayed_addr_attr =
738
const
StunAddressAttribute
* peer_attr =
758
const
StunAddressAttribute
* peer_attr =
781
const
StunAddressAttribute
* peer_attr =
[
all
...]
stunport.cc
63
const
StunAddressAttribute
* addr_attr =
relayport.cc
596
StunAddressAttribute
* addr_attr =
739
const
StunAddressAttribute
* addr_attr =
807
const
StunAddressAttribute
* addr_attr =
relayserver.cc
449
StunAddressAttribute
* addr_attr =
471
const
StunAddressAttribute
* addr_attr =
625
StunAddressAttribute
* addr_attr =
turnport.cc
475
const
StunAddressAttribute
* addr_attr =
678
const
StunAddressAttribute
* mapped_attr =
689
const
StunAddressAttribute
* relayed_attr =
[
all
...]
port.cc
603
new
StunAddressAttribute
(STUN_ATTR_MAPPED_ADDRESS, addr));
[
all
...]
port_unittest.cc
[
all
...]
Completed in 571 milliseconds