OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STUN_ATTR_LIFETIME
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/p2p/base/
relayserver_unittest.cc
162
StunAttribute::CreateUInt32(
STUN_ATTR_LIFETIME
);
251
res->GetUInt32(
STUN_ATTR_LIFETIME
);
281
res->GetUInt32(
STUN_ATTR_LIFETIME
);
stun.h
512
STUN_ATTR_LIFETIME
= 0x000d, // UInt32
526
case
STUN_ATTR_LIFETIME
: return STUN_VALUE_UINT32;
568
// TODO(mallinath) - Rename STUN_ATTR_TURN_LIFETIME to
STUN_ATTR_LIFETIME
and
turnserver.cc
642
new StunUInt32Attribute(
STUN_ATTR_LIFETIME
, lifetime_secs);
665
new StunUInt32Attribute(
STUN_ATTR_LIFETIME
, lifetime_secs);
816
const StunUInt32Attribute* lifetime_attr = msg->GetUInt32(
STUN_ATTR_LIFETIME
);
relayserver.cc
360
request.GetUInt32(
STUN_ATTR_LIFETIME
);
438
StunAttribute::CreateUInt32(
STUN_ATTR_LIFETIME
);
stun_unittest.cc
[
all
...]
turnport.cc
[
all
...]
Completed in 35 milliseconds