OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fingerprint_attr
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
stun.cc
278
StunUInt32Attribute*
fingerprint_attr
=
local
280
VERIFY(AddAttribute(
fingerprint_attr
));
288
buf.Length() - kStunAttributeHeaderSize -
fingerprint_attr
->length());
292
fingerprint_attr
->SetValue(c ^ STUN_FINGERPRINT_XOR_VALUE);
port_unittest.cc
299
const cricket::StunUInt32Attribute*
fingerprint_attr
=
local
303
EXPECT_TRUE(
fingerprint_attr
!= NULL);
[
all
...]
Completed in 227 milliseconds