Home
last modified time | relevance | path

Searched refs:IsStunIndicationType (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dstun.h480 bool IsStunIndicationType(int msg_type);
Dstun.cc881 bool IsStunIndicationType(int msg_type) { in IsStunIndicationType() function
Dstun_unittest.cc521 EXPECT_EQ(i == 1U, IsStunIndicationType(types[i])); in TEST_F()