Home
last modified time | relevance | path

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

/external/webrtc/api/transport/
Dstun.h543 bool IsStunErrorResponseType(int msg_type);
Dstun.cc1200 bool IsStunErrorResponseType(int msg_type) { in IsStunErrorResponseType() function
Dstun_unittest.cc585 EXPECT_EQ(i == 3U, IsStunErrorResponseType(types[i])); in TEST_F()