OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StunUInt32Attribute
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/webrtc/p2p/base/
stun.cc
106
const
StunUInt32Attribute
* StunMessage::GetUInt32(int type) const {
107
return static_cast<const
StunUInt32Attribute
*>(GetAttribute(type));
251
kStunAttributeHeaderSize +
StunUInt32Attribute
::SIZE;
265
StunUInt32Attribute
::SIZE)
278
StunUInt32Attribute
* fingerprint_attr =
279
new
StunUInt32Attribute
(STUN_ATTR_FINGERPRINT, 0);
445
return new
StunUInt32Attribute
(type);
471
StunUInt32Attribute
* StunAttribute::CreateUInt32(uint16_t type) {
472
return new
StunUInt32Attribute
(type);
644
StunUInt32Attribute
::StunUInt32Attribute(uint16_t type, uint32_t value
[
all
...]
stun.h
122
class
StunUInt32Attribute
;
153
const
StunUInt32Attribute
* GetUInt32(int type) const;
239
static
StunUInt32Attribute
* CreateUInt32(uint16_t type);
339
class
StunUInt32Attribute
: public StunAttribute {
342
StunUInt32Attribute
(uint16_t type, uint32_t value);
343
explicit
StunUInt32Attribute
(uint16_t type);
turnserver.cc
368
const
StunUInt32Attribute
* transport_attr =
641
StunUInt32Attribute
* lifetime_attr =
642
new
StunUInt32Attribute
(STUN_ATTR_LIFETIME, lifetime_secs);
664
StunUInt32Attribute
* lifetime_attr =
665
new
StunUInt32Attribute
(STUN_ATTR_LIFETIME, lifetime_secs);
721
const
StunUInt32Attribute
* channel_attr =
816
const
StunUInt32Attribute
* lifetime_attr = msg->GetUInt32(STUN_ATTR_LIFETIME);
relayserver_unittest.cc
161
StunUInt32Attribute
* attr =
250
const
StunUInt32Attribute
* res_lifetime_attr =
280
const
StunUInt32Attribute
* lifetime_attr =
relayserver.cc
359
const
StunUInt32Attribute
* lifetime_attr =
437
StunUInt32Attribute
* res_lifetime_attr =
484
const
StunUInt32Attribute
* options_attr =
500
StunUInt32Attribute
* options2_attr =
port.cc
546
const
StunUInt32Attribute
* retransmit_attr =
551
response.AddAttribute(new
StunUInt32Attribute
(
689
request->AddAttribute(new
StunUInt32Attribute
(
725
new
StunUInt32Attribute
(STUN_ATTR_PRIORITY, prflx_priority));
[
all
...]
turnport.cc
[
all
...]
relayport.cc
597
StunUInt32Attribute
* options_attr =
718
if (const
StunUInt32Attribute
* options_attr =
stun_unittest.cc
617
const
StunUInt32Attribute
* fingerprint =
[
all
...]
p2ptransportchannel_unittest.cc
[
all
...]
p2ptransportchannel.cc
559
const
StunUInt32Attribute
* priority_attr =
[
all
...]
port_unittest.cc
295
const cricket::
StunUInt32Attribute
* priority_attr =
299
const cricket::
StunUInt32Attribute
* fingerprint_attr =
[
all
...]
Completed in 1340 milliseconds