Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dturn_server.cc269 if (IsStunRequestType(msg.type())) { in HandleStunMessage()
282 if (IsStunRequestType(msg.type()) && in HandleStunMessage()
316 RTC_DCHECK(IsStunRequestType(msg->type())); in CheckAuthorization()
/external/webrtc/api/transport/
Dstun.cc1181 return IsStunRequestType(req_type) ? (req_type | 0x100) : -1; in GetStunSuccessResponseType()
1185 return IsStunRequestType(req_type) ? (req_type | 0x110) : -1; in GetStunErrorResponseType()
1188 bool IsStunRequestType(int msg_type) { in IsStunRequestType() function
Dstun.h534 bool IsStunRequestType(int msg_type);
Dstun_unittest.cc582 EXPECT_EQ(i == 0U, IsStunRequestType(types[i])); in TEST_F()