Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstun.h486 bool IsStunErrorResponseType(int msg_type);
Dstun.cc889 bool IsStunErrorResponseType(int msg_type) { in IsStunErrorResponseType() function
Dstun_unittest.cc523 EXPECT_EQ(i == 3U, IsStunErrorResponseType(types[i])); in TEST_F()