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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 883 return IsStunRequestType(req_type) ? (req_type | 0x100) : -1;
887 return IsStunRequestType(req_type) ? (req_type | 0x110) : -1;
890 bool IsStunRequestType(int msg_type) {
turnserver.cc 330 if (IsStunRequestType(msg.type())) {
344 if (IsStunRequestType(msg.type()) &&
375 ASSERT(IsStunRequestType(msg->type()));
    [all...]
stun.h 491 bool IsStunRequestType(int msg_type);
stun_unittest.cc 521 EXPECT_EQ(i == 0, IsStunRequestType(types[i]));
    [all...]

Completed in 226 milliseconds