Searched refs:IsLegacy (Results 1 – 5 of 5) sorted by relevance
90 if (!request->IsLegacy()) { in GetStunBindReqponse()
59 bool StunMessage::IsLegacy() const { in IsLegacy() function in cricket::StunMessage362 if (!IsLegacy()) in Write()
146 bool IsLegacy() const;
35 ASSERT_EQ(length == kStunTransactionIdLength + 4, msg.IsLegacy()); in CheckStunTransactionID()36 ASSERT_EQ(length == kStunTransactionIdLength, !msg.IsLegacy()); in CheckStunTransactionID()
1616 EXPECT_FALSE(msg->IsLegacy()); in TEST_F()1651 EXPECT_FALSE(msg->IsLegacy()); in TEST_F()1683 EXPECT_FALSE(msg->IsLegacy()); in TEST_F()