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

  /external/webrtc/webrtc/p2p/base/
stun.cc 870 return IsStunRequestType(req_type) ? (req_type | 0x100) : -1;
874 return IsStunRequestType(req_type) ? (req_type | 0x110) : -1;
877 bool IsStunRequestType(int msg_type) {
turnserver.cc 251 if (IsStunRequestType(msg.type())) {
264 if (IsStunRequestType(msg.type()) &&
295 ASSERT(IsStunRequestType(msg->type()));
stun.h 477 bool IsStunRequestType(int msg_type);
stun_unittest.cc 520 EXPECT_EQ(i == 0U, IsStunRequestType(types[i]));
    [all...]

Completed in 578 milliseconds