OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StunXorAddressAttribute
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
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
...]
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);
Completed in 79 milliseconds