HomeSort by relevance Sort by last modified time
    Searched refs:fingerprint_attr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 294 StunUInt32Attribute* fingerprint_attr = local
296 VERIFY(AddAttribute(fingerprint_attr));
304 buf.Length() - kStunAttributeHeaderSize - fingerprint_attr->length());
308 fingerprint_attr->SetValue(c ^ STUN_FINGERPRINT_XOR_VALUE);
port_unittest.cc 287 const cricket::StunUInt32Attribute* fingerprint_attr = local
292 EXPECT_TRUE(fingerprint_attr != NULL);
296 EXPECT_TRUE(fingerprint_attr == NULL);
    [all...]

Completed in 888 milliseconds