Home
last modified time | relevance | path

Searched refs:IsStunRequestType (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dstun.cc870 return IsStunRequestType(req_type) ? (req_type | 0x100) : -1; in GetStunSuccessResponseType()
874 return IsStunRequestType(req_type) ? (req_type | 0x110) : -1; in GetStunErrorResponseType()
877 bool IsStunRequestType(int msg_type) { in IsStunRequestType() function
Dturnserver.cc251 if (IsStunRequestType(msg.type())) { in HandleStunMessage()
264 if (IsStunRequestType(msg.type()) && in HandleStunMessage()
295 ASSERT(IsStunRequestType(msg->type())); in CheckAuthorization()
Dstun.h477 bool IsStunRequestType(int msg_type);
Dstun_unittest.cc520 EXPECT_EQ(i == 0U, IsStunRequestType(types[i])); in TEST_F()