OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsStunSuccessResponseType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h
497
bool
IsStunSuccessResponseType
(int msg_type);
stun.cc
897
bool
IsStunSuccessResponseType
(int msg_type) {
turnport.cc
383
if (
IsStunSuccessResponseType
(msg_type) &&
[
all
...]
stun_unittest.cc
566
EXPECT_EQ(i == 2,
IsStunSuccessResponseType
(types[i]));
[
all
...]
Completed in 28 milliseconds