Home
last modified time | relevance | path

Searched refs:IsLegacy (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dstunserver.cc90 if (!request->IsLegacy()) { in GetStunBindReqponse()
Dstun.cc59 bool StunMessage::IsLegacy() const { in IsLegacy() function in cricket::StunMessage
362 if (!IsLegacy()) in Write()
Dstun.h146 bool IsLegacy() const;
Dstun_unittest.cc35 ASSERT_EQ(length == kStunTransactionIdLength + 4, msg.IsLegacy()); in CheckStunTransactionID()
36 ASSERT_EQ(length == kStunTransactionIdLength, !msg.IsLegacy()); in CheckStunTransactionID()
Dport_unittest.cc1616 EXPECT_FALSE(msg->IsLegacy()); in TEST_F()
1651 EXPECT_FALSE(msg->IsLegacy()); in TEST_F()
1683 EXPECT_FALSE(msg->IsLegacy()); in TEST_F()