OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StunXorAddressAttribute
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/p2p/base/
stun.h
121
class
StunXorAddressAttribute
;
238
static
StunXorAddressAttribute
* CreateXorAddress(uint16_t type);
319
class
StunXorAddressAttribute
: public StunAddressAttribute {
321
StunXorAddressAttribute
(uint16_t type, const rtc::SocketAddress& addr);
322
StunXorAddressAttribute
(uint16_t type, uint16_t length, StunMessage* owner);
stun.cc
443
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,
565
StunXorAddressAttribute
::
StunXorAddressAttribute
(uint16_t type,
571
rtc::IPAddress
StunXorAddressAttribute
::GetXoredIP() const {
607
bool
StunXorAddressAttribute
::Read(ByteBuffer* buf) {
616
bool
StunXorAddressAttribute
::Write(ByteBuffer* buf) const
[
all
...]
turnserver.cc
357
mapped_addr_attr = new
StunXorAddressAttribute
(
637
new
StunXorAddressAttribute
(STUN_ATTR_XOR_MAPPED_ADDRESS, conn_.src());
639
new
StunXorAddressAttribute
(STUN_ATTR_XOR_RELAYED_ADDRESS,
802
VERIFY(msg.AddAttribute(new
StunXorAddressAttribute
(
turnport.cc
[
all
...]
stun_unittest.cc
735
StunXorAddressAttribute
addr2(STUN_ATTR_XOR_MAPPED_ADDRESS, 20, NULL);
782
StunXorAddressAttribute
addr2(STUN_ATTR_XOR_MAPPED_ADDRESS, 20, NULL);
[
all
...]
port.cc
562
new
StunXorAddressAttribute
(STUN_ATTR_XOR_MAPPED_ADDRESS, addr));
[
all
...]
port_unittest.cc
[
all
...]
Completed in 40 milliseconds