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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 76 if (!msg->IsLegacy()) {
stun.h 161 bool IsLegacy() const;
stun.cc 75 bool StunMessage::IsLegacy() const {
378 if (!IsLegacy())
port_unittest.cc     [all...]
stun_unittest.cc 51 ASSERT_EQ(length == kStunTransactionIdLength + 4, msg.IsLegacy());
52 ASSERT_EQ(length == kStunTransactionIdLength, !msg.IsLegacy());
    [all...]

Completed in 219 milliseconds